#5e6fff

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

Shades of Neon Blue #5E6FFF

Tints of Neon Blue #5E6FFF

Color information

#5E6FFF (or 0x5E6FFF) is unknown color: approx Neon Blue. HEX triplet: 5E, 6F and FF. RGB value is (94,111,255). Sum of RGB (Red+Green+Blue) = 94+111+255=460 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.43% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E6FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E6FFF is #A19000. Grayscale: #797979. Windows color (decimal): -10588161 or 16740190. OLE color: 16740190.

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

Color convert

RGB94111255-
CMYK0.630.5600
HSL233.66º100%68.43%-
HSV(B)233.66º63.14%100%-
XYZ28.3520.9797.16-
YUV122.33202.87107.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.43%
GREEN value IS 111 (43.75% from 255) = 24.13%
BLUE value IS 255 (100% from 255) = 55.43%
R=20.43%
G=24.13%
B=55.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal941112550.630.5600233.6610068.43
Hex5E6FFF3F3800ea6444
Octal136157377777000352144104
Binary1011110110111111111111111111111000001110101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e6fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,111,255); }

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

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

 a { background-color: rgb(94,111,255); }

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

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

 span { border-color: rgb(94,111,255); }

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