#5E5DFC

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

Shades of Neon Blue #5E5DFC

Tints of Neon Blue #5E5DFC

Color information

#5E5DFC (or 0x5E5DFC) is unknown color: approx Neon Blue. HEX triplet: 5E, 5D and FC. RGB value is (94,93,252). Sum of RGB (Red+Green+Blue) = 94+93+252=439 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.41% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E5DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5DFC is #A1A203. Grayscale: #6E6E6E. Windows color (decimal): -10592772 or 16538974. OLE color: 16538974.

HSL color Cylindrical-coordinate representation of color #5E5DFC: hue angle of 240.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E5DFC is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9493252-
CMYK0.630.6300.01
HSL240.38º96.36%67.65%-
HSV(B)240.38º63.1%98.82%-
XYZ26.117.2494.05-
YUV111.42207.33115.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.41%
GREEN value IS 93 (36.72% from 255) = 21.18%
BLUE value IS 252 (98.83% from 255) = 57.40%
R=21.41%
G=21.18%
B=57.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal94932520.630.6300.01240.3896.3667.65
Hex5E5DFC3F3F01f06044
Octal136135374777701360140104
Binary1011110101110111111100111111111111011111000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,93,252); }

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

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

 a { background-color: rgb(94,93,252); }

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

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

 span { border-color: rgb(94,93,252); }

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