Html Css Color HEX #5967FA Neon Blue

📋 copy color: '#5967FA'

red 89 ◦ green 103 ◦ blue 250

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

Shades of Neon Blue #5967FA

Tints of Neon Blue #5967FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.56%

R = 20.14%
G = 23.3%
B = 56.56%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5967FA (or 0x5967FA) is known color: Neon Blue. HEX triplet: 59, 67 and FA. RGB value is (89,103,250). Sum of RGB (Red+Green+Blue) = 89+103+250=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #5967FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5967FA is #A69805. Grayscale: #727272. Windows color (decimal): -10917894 or 16410457. OLE color: 16410457.

HSL color Cylindrical-coordinate representation of color #5967FA: hue angle of 234.78º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5967FA is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 103 250 -
CMYK 0.64 0.59 0 0.02
HSL 234.78º 0.94% 0.66% -
HSV(B) 234.78º 0.64% 0.98% -
XYZ 26.23 18.73 92.67 -
YUV 115.57 203.86 109.05 -
System Red Green Blue C M Y K H S L
Decimal 89 103 250 0.64 0.59 0 0.02 234.78 0.94 0.66
Hex 59 67 FA 40 3B 0 2 EB 5E 42
Octal 131 147 372 100 73 0 2 353 136 102
Binary 1011001 1100111 11111010 1000000 111011 0 10 11101011 1011110 1000010

Color Harmonies of #5967FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5967FA

Black with #5967FA

Text Example


Text Example

White with #5967FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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