Html Css Color HEX #5252F0 Neon Blue

📋 copy color: '#5252F0'

red 82 ◦ green 82 ◦ blue 240

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

Shades of Neon Blue #5252F0

Tints of Neon Blue #5252F0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.3%

 BLUE value IS 240 (94.14% from 255) = 59.41%

R = 20.3%
G = 20.3%
B = 59.41%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5252F0 (or 0x5252F0) is known color: Neon Blue. HEX triplet: 52, 52 and F0. RGB value is (82,82,240). Sum of RGB (Red+Green+Blue) = 82+82+240=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 240 (94.14% from 255 or 59.41% from 404); Max value from RGB is 240 - color contains mainly: blue. Hex color #5252F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5252F0 is #ADAD0F. Grayscale: #636363. Windows color (decimal): -11382032 or 15749714. OLE color: 15749714.

HSL color Cylindrical-coordinate representation of color #5252F0: hue angle of 240º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5252F0 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 82 240 -
CMYK 0.66 0.66 0 0.06
HSL 240º 0.84% 0.63% -
HSV(B) 240º 0.66% 0.94% -
XYZ 22.23 14.12 83.99 -
YUV 100.01 207 115.15 -
System Red Green Blue C M Y K H S L
Decimal 82 82 240 0.66 0.66 0 0.06 240 0.84 0.63
Hex 52 52 F0 42 42 0 6 F0 54 3F
Octal 122 122 360 102 102 0 6 360 124 77
Binary 1010010 1010010 11110000 1000010 1000010 0 110 11110000 1010100 111111

Color Harmonies of #5252F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5252F0

Black with #5252F0

Text Example


Text Example

White with #5252F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5252F0; }

 p { color: rgb(82,82,240); }

 H1.HeaderClassName
 {
   color: #5252F0;
 }
 .AnyTagClassName
 {
   color: #5252F0;
 }
</style>

background-color css

<style>
 a { background-color: #5252F0; }

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

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

border-color css

<style>
 span { border-color: #5252F0; }

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

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