#5969FD

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

Shades of Neon Blue #5969FD

Tints of Neon Blue #5969FD

Color information

#5969FD (or 0x5969FD) is unknown color: approx Neon Blue. HEX triplet: 59, 69 and FD. RGB value is (89,105,253). Sum of RGB (Red+Green+Blue) = 89+105+253=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #5969FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5969FD is #A69602. Grayscale: #747474. Windows color (decimal): -10917379 or 16607577. OLE color: 16607577.

HSL color Cylindrical-coordinate representation of color #5969FD: hue angle of 234.15º degrees, saturation: 0.98, 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 #5969FD is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB89105253-
CMYK0.650.5800.01
HSL234.15º97.62%67.06%-
HSV(B)234.15º64.82%99.22%-
XYZ26.919.3295.24-
YUV117.09204.7107.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.91%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 253 (99.22% from 255) = 56.60%
R=19.91%
G=23.49%
B=56.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal891052530.650.5800.01234.1597.6267.06
Hex5969FD413A01ea6243
Octal1311513751017201352142103
Binary10110011101001111111011000001111010011110101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5969FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5969FD; }

 p { color: rgb(89,105,253); }

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

<style>
 a { background-color: #5969FD; }

 a { background-color: rgb(89,105,253); }

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

<style>
 span { border-color: #5969FD; }

 span { border-color: rgb(89,105,253); }

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