#5C6FFC

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

Shades of Neon Blue #5C6FFC

Tints of Neon Blue #5C6FFC

Color information

#5C6FFC (or 0x5C6FFC) is unknown color: approx Neon Blue. HEX triplet: 5C, 6F and FC. RGB value is (92,111,252). Sum of RGB (Red+Green+Blue) = 92+111+252=455 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.22% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C6FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C6FFC is #A39003. Grayscale: #787878. Windows color (decimal): -10719236 or 16543580. OLE color: 16543580.

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

Color convert

RGB92111252-
CMYK0.630.5600.01
HSL232.88º96.39%67.45%-
HSV(B)232.88º63.49%98.82%-
XYZ27.6720.6794.63-
YUV121.39201.71107.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.22%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 252 (98.83% from 255) = 55.38%
R=20.22%
G=24.40%
B=55.38%

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
Decimal921112520.630.5600.01232.8896.3967.45
Hex5C6FFC3F3801e96043
Octal134157374777001351140103
Binary1011100110111111111100111111111000011110100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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