#5F50EE

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

Shades of Neon Blue #5F50EE

Tints of Neon Blue #5F50EE

Color information

#5F50EE (or 0x5F50EE) is unknown color: approx Neon Blue. HEX triplet: 5F, 50 and EE. RGB value is (95,80,238). Sum of RGB (Red+Green+Blue) = 95+80+238=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F50EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F50EE is #A0AF11. Grayscale: #656565. Windows color (decimal): -10530578 or 15618143. OLE color: 15618143.

HSL color Cylindrical-coordinate representation of color #5F50EE: hue angle of 245.7º degrees, saturation: 0.82, 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 #5F50EE is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9580238-
CMYK0.600.6600.07
HSL245.7º82.29%62.35%-
HSV(B)245.7º66.39%93.33%-
XYZ23.0214.3482.44-
YUV102.5204.47122.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.00%
GREEN value IS 80 (31.64% from 255) = 19.37%
BLUE value IS 238 (93.36% from 255) = 57.63%
R=23.00%
G=19.37%
B=57.63%

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
Decimal95802380.600.6600.07245.782.2962.35
Hex5F50EE3C4207f6523e
Octal137120356741020736612276
Binary101111110100001110111011110010000100111111101101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F50EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,80,238); }

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

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

 a { background-color: rgb(95,80,238); }

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

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

 span { border-color: rgb(95,80,238); }

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