#5968FE

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

Shades of Neon Blue #5968FE

Tints of Neon Blue #5968FE

Color information

#5968FE (or 0x5968FE) is unknown color: approx Neon Blue. HEX triplet: 59, 68 and FE. RGB value is (89,104,254). Sum of RGB (Red+Green+Blue) = 89+104+254=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #5968FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5968FE is #A69701. Grayscale: #747474. Windows color (decimal): -10917634 or 16672857. OLE color: 16672857.

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

Color convert

RGB89104254-
CMYK0.650.5900.00
HSL234.55º98.8%67.25%-
HSV(B)234.55º64.96%99.61%-
XYZ26.9619.1896.05-
YUV116.62205.53108.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.91%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 254 (99.61% from 255) = 56.82%
R=19.91%
G=23.27%
B=56.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal891042540.650.5900.00234.5598.867.25
Hex5968FE413B00eb6343
Octal1311503761017300353143103
Binary10110011101000111111101000001111011001110101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5968FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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