Html Css Color HEX #5961F9 Neon Blue

📋 copy color: '#5961F9'

red 89 ◦ green 97 ◦ blue 249

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

Shades of Neon Blue #5961F9

Tints of Neon Blue #5961F9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.3%

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

R = 20.46%
G = 22.3%
B = 57.24%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5961F9 (or 0x5961F9) is known color: Neon Blue. HEX triplet: 59, 61 and F9. RGB value is (89,97,249). Sum of RGB (Red+Green+Blue) = 89+97+249=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #5961F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5961F9 is #A69E06. Grayscale: #6F6F6F. Windows color (decimal): -10919431 or 16343385. OLE color: 16343385.

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

Color convert

RGB 89 97 249 -
CMYK 0.64 0.61 0 0.02
HSL 237º 0.93% 0.66% -
HSV(B) 237º 0.64% 0.98% -
XYZ 25.49 17.51 91.66 -
YUV 111.94 205.35 111.64 -
System Red Green Blue C M Y K H S L
Decimal 89 97 249 0.64 0.61 0 0.02 237 0.93 0.66
Hex 59 61 F9 40 3D 0 2 ED 5D 42
Octal 131 141 371 100 75 0 2 355 135 102
Binary 1011001 1100001 11111001 1000000 111101 0 10 11101101 1011101 1000010

Color Harmonies of #5961F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5961F9

Black with #5961F9

Text Example


Text Example

White with #5961F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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