Html Css Color HEX #5951F7 Neon Blue

📋 copy color: '#5951F7'

red 89 ◦ green 81 ◦ blue 247

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

Shades of Neon Blue #5951F7

Tints of Neon Blue #5951F7

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.42%

 BLUE value IS 247 (96.88% from 255) = 59.23%

R = 21.34%
G = 19.42%
B = 59.23%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5951F7 (or 0x5951F7) is known color: Neon Blue. HEX triplet: 59, 51 and F7. RGB value is (89,81,247). Sum of RGB (Red+Green+Blue) = 89+81+247=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 247 (96.88% from 255 or 59.23% from 417); Max value from RGB is 247 - color contains mainly: blue. Hex color #5951F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5951F7 is #A6AE08. Grayscale: #656565. Windows color (decimal): -10923529 or 16208217. OLE color: 16208217.

HSL color Cylindrical-coordinate representation of color #5951F7: hue angle of 242.89º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5951F7 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 89 81 247 -
CMYK 0.64 0.67 0 0.03
HSL 242.89º 0.91% 0.64% -
HSV(B) 242.89º 0.67% 0.97% -
XYZ 23.85 14.72 89.58 -
YUV 102.32 209.65 118.5 -
System Red Green Blue C M Y K H S L
Decimal 89 81 247 0.64 0.67 0 0.03 242.89 0.91 0.64
Hex 59 51 F7 40 43 0 3 F3 5B 40
Octal 131 121 367 100 103 0 3 363 133 100
Binary 1011001 1010001 11110111 1000000 1000011 0 11 11110011 1011011 1000000

Color Harmonies of #5951F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5951F7

Black with #5951F7

Text Example


Text Example

White with #5951F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5951F7; }

 p { color: rgb(89,81,247); }

 H1.HeaderClassName
 {
   color: #5951F7;
 }
 .AnyTagClassName
 {
   color: #5951F7;
 }
</style>

background-color css

<style>
 a { background-color: #5951F7; }

 a { background-color: rgb(89,81,247); }

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

border-color css

<style>
 span { border-color: #5951F7; }

 span { border-color: rgb(89,81,247); }

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