Html Css Color HEX #5969F9 Neon Blue

📋 copy color: '#5969F9'

red 89 ◦ green 105 ◦ blue 249

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

Shades of Neon Blue #5969F9

Tints of Neon Blue #5969F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.21%

R = 20.09%
G = 23.7%
B = 56.21%

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

#5969F9 (or 0x5969F9) is known color: Neon Blue. HEX triplet: 59, 69 and F9. RGB value is (89,105,249). Sum of RGB (Red+Green+Blue) = 89+105+249=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #5969F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5969F9 is #A69606. Grayscale: #747474. Windows color (decimal): -10917383 or 16345433. OLE color: 16345433.

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

Color convert

RGB 89 105 249 -
CMYK 0.64 0.58 0 0.02
HSL 234º 0.93% 0.66% -
HSV(B) 234º 0.64% 0.98% -
XYZ 26.27 19.07 91.92 -
YUV 116.63 202.7 108.29 -
System Red Green Blue C M Y K H S L
Decimal 89 105 249 0.64 0.58 0 0.02 234 0.93 0.66
Hex 59 69 F9 40 3A 0 2 EA 5D 42
Octal 131 151 371 100 72 0 2 352 135 102
Binary 1011001 1101001 11111001 1000000 111010 0 10 11101010 1011101 1000010

Color Harmonies of #5969F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5969F9

Black with #5969F9

Text Example


Text Example

White with #5969F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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