Html Css Color HEX #524FFD Neon Blue

📋 copy color: '#524FFD'

red 82 ◦ green 79 ◦ blue 253

#524FFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #524FFD

Tints of Neon Blue #524FFD

RGB

 RED value IS 82 (32.42% from 255) = 19.81%

 GREEN value IS 79 (31.25% from 255) = 19.08%

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 19.81%
G = 19.08%
B = 61.11%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#524FFD (or 0x524FFD) is known color: Neon Blue. HEX triplet: 52, 4F and FD. RGB value is (82,79,253). Sum of RGB (Red+Green+Blue) = 82+79+253=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #524FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524FFD is #ADB002. Grayscale: #636363. Windows color (decimal): -11382787 or 16600914. OLE color: 16600914.

HSL color Cylindrical-coordinate representation of color #524FFD: hue angle of 241.03º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #524FFD is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 79 253 -
CMYK 0.68 0.69 0 0.01
HSL 241.03º 0.98% 0.65% -
HSV(B) 241.03º 0.69% 0.99% -
XYZ 24.01 14.48 94.46 -
YUV 99.73 214.49 115.35 -
System Red Green Blue C M Y K H S L
Decimal 82 79 253 0.68 0.69 0 0.01 241.03 0.98 0.65
Hex 52 4F FD 44 45 0 1 F1 62 41
Octal 122 117 375 104 105 0 1 361 142 101
Binary 1010010 1001111 11111101 1000100 1000101 0 1 11110001 1100010 1000001

Color Harmonies of #524FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524FFD

Black with #524FFD

Text Example


Text Example

White with #524FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524FFD; }

 p { color: rgb(82,79,253); }

 H1.HeaderClassName
 {
   color: #524FFD;
 }
 .AnyTagClassName
 {
   color: #524FFD;
 }
</style>

background-color css

<style>
 a { background-color: #524FFD; }

 a { background-color: rgb(82,79,253); }

 div.DivClassName
 {
   background-color: #524FFD;
 }
 .BgClassName
 {
   background-color: #524FFD;
 }
</style>

border-color css

<style>
 span { border-color: #524FFD; }

 span { border-color: rgb(82,79,253); }

 td.TdClassName
 {
   border-color: #524FFD;
 }
 .TagClassName
 {
   border-color: #524FFD;
 }
</style>