#5F52EE

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

Shades of Neon Blue #5F52EE

Tints of Neon Blue #5F52EE

Color information

#5F52EE (or 0x5F52EE) is unknown color: approx Neon Blue. HEX triplet: 5F, 52 and EE. RGB value is (95,82,238). Sum of RGB (Red+Green+Blue) = 95+82+238=415 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.89% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F52EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F52EE is #A0AD11. Grayscale: #676767. Windows color (decimal): -10530066 or 15618655. OLE color: 15618655.

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

Color convert

RGB9582238-
CMYK0.600.6600.07
HSL245º82.11%62.75%-
HSV(B)245º65.55%93.33%-
XYZ23.1714.6482.49-
YUV103.67203.81121.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.89%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 238 (93.36% from 255) = 57.35%
R=22.89%
G=19.76%
B=57.35%

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
Decimal95822380.600.6600.0724582.1162.75
Hex5F52EE3C4207f5523f
Octal137122356741020736512277
Binary101111110100101110111011110010000100111111101011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F52EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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