#5968FC

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

Shades of Neon Blue #5968FC

Tints of Neon Blue #5968FC

Color information

#5968FC (or 0x5968FC) is unknown color: approx Neon Blue. HEX triplet: 59, 68 and FC. RGB value is (89,104,252). Sum of RGB (Red+Green+Blue) = 89+104+252=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #5968FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5968FC is #A69703. Grayscale: #737373. Windows color (decimal): -10917636 or 16541785. OLE color: 16541785.

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

Color convert

RGB89104252-
CMYK0.650.5900.01
HSL234.48º96.45%66.86%-
HSV(B)234.48º64.68%98.82%-
XYZ26.6419.0594.37-
YUV116.39204.53108.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 252 (98.83% from 255) = 56.63%
R=20%
G=23.37%
B=56.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal891042520.650.5900.01234.4896.4566.86
Hex5968FC413B01ea6043
Octal1311503741017301352140103
Binary10110011101000111111001000001111011011110101011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5968FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5968FC; }

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

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

<style>
 a { background-color: #5968FC; }

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

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

<style>
 span { border-color: #5968FC; }

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

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