#5E68FC

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

Shades of Neon Blue #5E68FC

Tints of Neon Blue #5E68FC

Color information

#5E68FC (or 0x5E68FC) is unknown color: approx Neon Blue. HEX triplet: 5E, 68 and FC. RGB value is (94,104,252). Sum of RGB (Red+Green+Blue) = 94+104+252=450 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.89% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E68FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E68FC is #A19703. Grayscale: #757575. Windows color (decimal): -10589956 or 16541790. OLE color: 16541790.

HSL color Cylindrical-coordinate representation of color #5E68FC: hue angle of 236.2º 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 #5E68FC is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB94104252-
CMYK0.630.5900.01
HSL236.2º96.34%67.84%-
HSV(B)236.2º62.7%98.82%-
XYZ27.1419.3194.39-
YUV117.88203.69110.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.89%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 252 (98.83% from 255) = 56%
R=20.89%
G=23.11%
B=56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal941042520.630.5900.01236.296.3467.84
Hex5E68FC3F3B01ec6044
Octal136150374777301354140104
Binary1011110110100011111100111111111011011110110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E68FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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