Html Css Color HEX #5967FD Neon Blue

📋 copy color: '#5967FD'

red 89 ◦ green 103 ◦ blue 253

#5967FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5967FD

Tints of Neon Blue #5967FD

RGB

 RED value IS 89 (35.16% from 255) = 20%

 GREEN value IS 103 (40.63% from 255) = 23.15%

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 20%
G = 23.15%
B = 56.85%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5967FD (or 0x5967FD) is known color: Neon Blue. HEX triplet: 59, 67 and FD. RGB value is (89,103,253). Sum of RGB (Red+Green+Blue) = 89+103+253=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #5967FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5967FD is #A69802. Grayscale: #737373. Windows color (decimal): -10917891 or 16607065. OLE color: 16607065.

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

Color convert

RGB 89 103 253 -
CMYK 0.65 0.59 0 0.01
HSL 234.88º 0.98% 0.67% -
HSV(B) 234.88º 0.65% 0.99% -
XYZ 26.7 18.92 95.17 -
YUV 115.91 205.36 108.8 -
System Red Green Blue C M Y K H S L
Decimal 89 103 253 0.65 0.59 0 0.01 234.88 0.98 0.67
Hex 59 67 FD 41 3B 0 1 EB 62 43
Octal 131 147 375 101 73 0 1 353 142 103
Binary 1011001 1100111 11111101 1000001 111011 0 1 11101011 1100010 1000011

Color Harmonies of #5967FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5967FD

Black with #5967FD

Text Example


Text Example

White with #5967FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5967FD;
 }
 .AnyTagClassName
 {
   color: #5967FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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