#5D5FEE

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

Shades of Neon Blue #5D5FEE

Tints of Neon Blue #5D5FEE

Color information

#5D5FEE (or 0x5D5FEE) is unknown color: approx Neon Blue. HEX triplet: 5D, 5F and EE. RGB value is (93,95,238). Sum of RGB (Red+Green+Blue) = 93+95+238=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D5FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5FEE is #A2A011. Grayscale: #6E6E6E. Windows color (decimal): -10657810 or 15621981. OLE color: 15621981.

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

Color convert

RGB9395238-
CMYK0.610.6000.07
HSL239.17º81.01%64.9%-
HSV(B)239.17º60.92%93.33%-
XYZ24.0416.6882.84-
YUV110.7199.84115.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.83%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 238 (93.36% from 255) = 55.87%
R=21.83%
G=22.30%
B=55.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal93952380.610.6000.07239.1781.0164.9
Hex5D5FEE3D3C07ef5141
Octal135137356757407357121101
Binary101110110111111110111011110111110001111110111110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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