Html Css Color HEX #5969FA Neon Blue

📋 copy color: '#5969FA'

red 89 ◦ green 105 ◦ blue 250

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

Shades of Neon Blue #5969FA

Tints of Neon Blue #5969FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.65%

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

R = 20.05%
G = 23.65%
B = 56.31%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5969FA (or 0x5969FA) is known color: Neon Blue. HEX triplet: 59, 69 and FA. RGB value is (89,105,250). Sum of RGB (Red+Green+Blue) = 89+105+250=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #5969FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5969FA is #A69605. Grayscale: #747474. Windows color (decimal): -10917382 or 16410969. OLE color: 16410969.

HSL color Cylindrical-coordinate representation of color #5969FA: hue angle of 234.04º 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 #5969FA is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 105 250 -
CMYK 0.64 0.58 0 0.02
HSL 234.04º 0.94% 0.66% -
HSV(B) 234.04º 0.64% 0.98% -
XYZ 26.43 19.13 92.74 -
YUV 116.75 203.2 108.21 -
System Red Green Blue C M Y K H S L
Decimal 89 105 250 0.64 0.58 0 0.02 234.04 0.94 0.66
Hex 59 69 FA 40 3A 0 2 EA 5E 42
Octal 131 151 372 100 72 0 2 352 136 102
Binary 1011001 1101001 11111010 1000000 111010 0 10 11101010 1011110 1000010

Color Harmonies of #5969FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5969FA

Black with #5969FA

Text Example


Text Example

White with #5969FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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