#5754ff

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

Shades of Neon Blue #5754FF

Tints of Neon Blue #5754FF

Color information

#5754FF (or 0x5754FF) is unknown color: approx Neon Blue. HEX triplet: 57, 54 and FF. RGB value is (87,84,255). Sum of RGB (Red+Green+Blue) = 87+84+255=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #5754FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5754FF is #A8AB00. Grayscale: #676767. Windows color (decimal): -11053825 or 16733271. OLE color: 16733271.

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

Color convert

RGB8784255-
CMYK0.660.6700
HSL241.05º100%66.47%-
HSV(B)241.05º67.06%100%-
XYZ25.1515.5996.29-
YUV104.39212.99115.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.42%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 255 (100% from 255) = 59.86%
R=20.42%
G=19.72%
B=59.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal87842550.660.6700241.0510066.47
Hex5754FF424300f16442
Octal12712437710210300361144102
Binary101011110101001111111110000101000011001111000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5754ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5754ff; }

 p { color: rgb(87,84,255); }

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

<style>
 a { background-color: #5754ff; }

 a { background-color: rgb(87,84,255); }

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

<style>
 span { border-color: #5754ff; }

 span { border-color: rgb(87,84,255); }

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