#5456FD

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

Shades of Neon Blue #5456FD

Tints of Neon Blue #5456FD

Color information

#5456FD (or 0x5456FD) is unknown color: approx Neon Blue. HEX triplet: 54, 56 and FD. RGB value is (84,86,253). Sum of RGB (Red+Green+Blue) = 84+86+253=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #5456FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5456FD is #ABA902. Grayscale: #676767. Windows color (decimal): -11249923 or 16602708. OLE color: 16602708.

HSL color Cylindrical-coordinate representation of color #5456FD: hue angle of 239.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5456FD is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8486253-
CMYK0.670.6600.01
HSL239.29º97.69%66.08%-
HSV(B)239.29º66.8%99.22%-
XYZ24.7115.6394.64-
YUV104.44211.84113.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.86%
GREEN value IS 86 (33.98% from 255) = 20.33%
BLUE value IS 253 (99.22% from 255) = 59.81%
R=19.86%
G=20.33%
B=59.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal84862530.670.6600.01239.2997.6966.08
Hex5456FD434201ef6242
Octal12412637510310201357142102
Binary101010010101101111110110000111000010011110111111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5456FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5456FD; }

 p { color: rgb(84,86,253); }

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

<style>
 a { background-color: #5456FD; }

 a { background-color: rgb(84,86,253); }

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

<style>
 span { border-color: #5456FD; }

 span { border-color: rgb(84,86,253); }

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