#5254df

Color #5254DF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5254DF

Tints of Neon Blue #5254DF

Color information

#5254DF (or 0x5254DF) is unknown color: approx Neon Blue. HEX triplet: 52, 54 and DF. RGB value is (82,84,223). Sum of RGB (Red+Green+Blue) = 82+84+223=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #5254DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5254DF is #ADAB20. Grayscale: #626262. Windows color (decimal): -11381537 or 14636114. OLE color: 14636114.

HSL color Cylindrical-coordinate representation of color #5254DF: hue angle of 239.15º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5254DF is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8284223-
CMYK0.630.6200.13
HSL239.15º68.78%59.8%-
HSV(B)239.15º63.23%87.45%-
XYZ19.9713.4671.36-
YUV99.25197.84115.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 223 (87.5% from 255) = 57.33%
R=21.08%
G=21.59%
B=57.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82842230.630.6200.13239.1568.7859.8
Hex5254DF3F3E0Def453c
Octal122124337777601535710574
Binary101001010101001101111111111111111001101111011111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5254df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5254df; }

 p { color: rgb(82,84,223); }

 H1.HeaderClassName
 {
   color: #5254df;
 }
 .AnyTagClassName
 {
   color: #5254df;
 }
</style>
background-color css

<style>
 a { background-color: #5254df; }

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

 div.DivClassName
 {
   background-color: #5254df;
 }
 .BgClassName
 {
   background-color: #5254df;
 }
</style>
border-color css

<style>
 span { border-color: #5254df; }

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

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