#5967ff

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

Shades of Neon Blue #5967FF

Tints of Neon Blue #5967FF

Color information

#5967FF (or 0x5967FF) is unknown color: approx Neon Blue. HEX triplet: 59, 67 and FF. RGB value is (89,103,255). Sum of RGB (Red+Green+Blue) = 89+103+255=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #5967FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5967FF is #A69800. Grayscale: #737373. Windows color (decimal): -10917889 or 16738137. OLE color: 16738137.

HSL color Cylindrical-coordinate representation of color #5967FF: hue angle of 234.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5967FF is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB89103255-
CMYK0.650.6000
HSL234.94º100%67.45%-
HSV(B)234.94º65.1%100%-
XYZ27.0219.0496.86-
YUV116.14206.36108.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.91%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 255 (100% from 255) = 57.05%
R=19.91%
G=23.04%
B=57.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal891032550.650.6000234.9410067.45
Hex5967FF413C00eb6443
Octal1311473771017400353144103
Binary10110011100111111111111000001111100001110101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5967ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5967ff; }

 p { color: rgb(89,103,255); }

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

<style>
 a { background-color: #5967ff; }

 a { background-color: rgb(89,103,255); }

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

<style>
 span { border-color: #5967ff; }

 span { border-color: rgb(89,103,255); }

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