Html Css Color HEX #5946F9 Neon Blue

📋 copy color: '#5946F9'

red 89 ◦ green 70 ◦ blue 249

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

Shades of Neon Blue #5946F9

Tints of Neon Blue #5946F9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.16%

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

R = 21.81%
G = 17.16%
B = 61.03%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5946F9 (or 0x5946F9) is known color: Neon Blue. HEX triplet: 59, 46 and F9. RGB value is (89,70,249). Sum of RGB (Red+Green+Blue) = 89+70+249=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 249 (97.66% from 255 or 61.03% from 408); Max value from RGB is 249 - color contains mainly: blue. Hex color #5946F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5946F9 is #A6B906. Grayscale: #5F5F5F. Windows color (decimal): -10926343 or 16336473. OLE color: 16336473.

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

Color convert

RGB 89 70 249 -
CMYK 0.64 0.72 0 0.02
HSL 246.37º 0.94% 0.63% -
HSV(B) 246.37º 0.72% 0.98% -
XYZ 23.41 13.34 90.96 -
YUV 96.09 214.29 122.95 -
System Red Green Blue C M Y K H S L
Decimal 89 70 249 0.64 0.72 0 0.02 246.37 0.94 0.63
Hex 59 46 F9 40 48 0 2 F6 5E 3F
Octal 131 106 371 100 110 0 2 366 136 77
Binary 1011001 1000110 11111001 1000000 1001000 0 10 11110110 1011110 111111

Color Harmonies of #5946F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5946F9

Black with #5946F9

Text Example


Text Example

White with #5946F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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