#5F51ED

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

Shades of Neon Blue #5F51ED

Tints of Neon Blue #5F51ED

Color information

#5F51ED (or 0x5F51ED) is unknown color: approx Neon Blue. HEX triplet: 5F, 51 and ED. RGB value is (95,81,237). Sum of RGB (Red+Green+Blue) = 95+81+237=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F51ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F51ED is #A0AE12. Grayscale: #666666. Windows color (decimal): -10530323 or 15552863. OLE color: 15552863.

HSL color Cylindrical-coordinate representation of color #5F51ED: hue angle of 245.38º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F51ED is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9581237-
CMYK0.600.6600.07
HSL245.38º81.25%62.35%-
HSV(B)245.38º65.82%92.94%-
XYZ22.9514.4381.7-
YUV102.97203.64122.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.00%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 237 (92.97% from 255) = 57.38%
R=23.00%
G=19.61%
B=57.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal95812370.600.6600.07245.3881.2562.35
Hex5F51ED3C4207f5513e
Octal137121355741020736512176
Binary101111110100011110110111110010000100111111101011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F51ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F51ED; }

 p { color: rgb(95,81,237); }

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

<style>
 a { background-color: #5F51ED; }

 a { background-color: rgb(95,81,237); }

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

<style>
 span { border-color: #5F51ED; }

 span { border-color: rgb(95,81,237); }

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