#5C6EFC

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

Shades of Neon Blue #5C6EFC

Tints of Neon Blue #5C6EFC

Color information

#5C6EFC (or 0x5C6EFC) is unknown color: approx Neon Blue. HEX triplet: 5C, 6E and FC. RGB value is (92,110,252). Sum of RGB (Red+Green+Blue) = 92+110+252=454 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.26% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C6EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C6EFC is #A39103. Grayscale: #787878. Windows color (decimal): -10719492 or 16543324. OLE color: 16543324.

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

Color convert

RGB92110252-
CMYK0.630.5600.01
HSL233.25º96.39%67.45%-
HSV(B)233.25º63.49%98.82%-
XYZ27.5620.4694.59-
YUV120.81202.04107.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.26%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 252 (98.83% from 255) = 55.51%
R=20.26%
G=24.23%
B=55.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal921102520.630.5600.01233.2596.3967.45
Hex5C6EFC3F3801e96043
Octal134156374777001351140103
Binary1011100110111011111100111111111000011110100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,110,252); }

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

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

 a { background-color: rgb(92,110,252); }

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

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

 span { border-color: rgb(92,110,252); }

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