#5F53EE

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

Shades of Neon Blue #5F53EE

Tints of Neon Blue #5F53EE

Color information

#5F53EE (or 0x5F53EE) is unknown color: approx Neon Blue. HEX triplet: 5F, 53 and EE. RGB value is (95,83,238). Sum of RGB (Red+Green+Blue) = 95+83+238=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F53EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F53EE is #A0AC11. Grayscale: #676767. Windows color (decimal): -10529810 or 15618911. OLE color: 15618911.

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

Color convert

RGB9583238-
CMYK0.600.6500.07
HSL244.65º82.01%62.94%-
HSV(B)244.65º65.13%93.33%-
XYZ23.2514.7982.52-
YUV104.26203.48121.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.84%
GREEN value IS 83 (32.81% from 255) = 19.95%
BLUE value IS 238 (93.36% from 255) = 57.21%
R=22.84%
G=19.95%
B=57.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal95832380.600.6500.07244.6582.0162.94
Hex5F53EE3C4107f5523f
Octal137123356741010736512277
Binary101111110100111110111011110010000010111111101011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F53EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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