#5E5AFE

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

Shades of Neon Blue #5E5AFE

Tints of Neon Blue #5E5AFE

Color information

#5E5AFE (or 0x5E5AFE) is unknown color: approx Neon Blue. HEX triplet: 5E, 5A and FE. RGB value is (94,90,254). Sum of RGB (Red+Green+Blue) = 94+90+254=438 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.46% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E5AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5AFE is #A1A501. Grayscale: #6D6D6D. Windows color (decimal): -10593538 or 16669278. OLE color: 16669278.

HSL color Cylindrical-coordinate representation of color #5E5AFE: hue angle of 241.46º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E5AFE is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB9490254-
CMYK0.630.6500.00
HSL241.46º98.8%67.45%-
HSV(B)241.46º64.57%99.61%-
XYZ26.1616.8595.64-
YUV109.89209.33116.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.46%
GREEN value IS 90 (35.55% from 255) = 20.55%
BLUE value IS 254 (99.61% from 255) = 57.99%
R=21.46%
G=20.55%
B=57.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal94902540.630.6500.00241.4698.867.45
Hex5E5AFE3F4100f16343
Octal1361323767710100361143103
Binary10111101011010111111101111111000001001111000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,90,254); }

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

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

 a { background-color: rgb(94,90,254); }

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

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

 span { border-color: rgb(94,90,254); }

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