#5742FE

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

Shades of Neon Blue #5742FE

Tints of Neon Blue #5742FE

Color information

#5742FE (or 0x5742FE) is unknown color: approx Neon Blue. HEX triplet: 57, 42 and FE. RGB value is (87,66,254). Sum of RGB (Red+Green+Blue) = 87+66+254=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #5742FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5742FE is #A8BD01. Grayscale: #5C5C5C. Windows color (decimal): -11058434 or 16663127. OLE color: 16663127.

HSL color Cylindrical-coordinate representation of color #5742FE: hue angle of 246.7º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5742FE is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8766254-
CMYK0.660.7400.00
HSL246.7º98.95%62.75%-
HSV(B)246.7º74.02%99.61%-
XYZ23.7713.0895.04-
YUV93.71218.46123.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.38%
GREEN value IS 66 (26.17% from 255) = 16.22%
BLUE value IS 254 (99.61% from 255) = 62.41%
R=21.38%
G=16.22%
B=62.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal87662540.660.7400.00246.798.9562.75
Hex5742FE424A00f7633f
Octal1271023761021120036714377
Binary10101111000010111111101000010100101000111101111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5742FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5742FE; }

 p { color: rgb(87,66,254); }

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

<style>
 a { background-color: #5742FE; }

 a { background-color: rgb(87,66,254); }

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

<style>
 span { border-color: #5742FE; }

 span { border-color: rgb(87,66,254); }

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