#575EF0

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

Shades of Neon Blue #575EF0

Tints of Neon Blue #575EF0

Color information

#575EF0 (or 0x575EF0) is unknown color: approx Neon Blue. HEX triplet: 57, 5E and F0. RGB value is (87,94,240). Sum of RGB (Red+Green+Blue) = 87+94+240=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 240 (94.14% from 255 or 57.01% from 421); Max value from RGB is 240 - color contains mainly: blue. Hex color #575EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575EF0 is #A8A10F. Grayscale: #6B6B6B. Windows color (decimal): -11051280 or 15752791. OLE color: 15752791.

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

Color convert

RGB8794240-
CMYK0.640.6100.06
HSL237.25º83.61%64.12%-
HSV(B)237.25º63.75%94.12%-
XYZ23.6616.3284.34-
YUV108.55202.18112.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.67%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 240 (94.14% from 255) = 57.01%
R=20.67%
G=22.33%
B=57.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal87942400.640.6100.06237.2583.6164.12
Hex575EF0403D06ed5440
Octal1271363601007506355124100
Binary1010111101111011110000100000011110101101110110110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575EF0; }

 p { color: rgb(87,94,240); }

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

<style>
 a { background-color: #575EF0; }

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

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

<style>
 span { border-color: #575EF0; }

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

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