Html Css Color HEX #5951FA Neon Blue

📋 copy color: '#5951FA'

red 89 ◦ green 81 ◦ blue 250

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

Shades of Neon Blue #5951FA

Tints of Neon Blue #5951FA

RGB

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

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

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

R = 21.19%
G = 19.29%
B = 59.52%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5951FA (or 0x5951FA) is known color: Neon Blue. HEX triplet: 59, 51 and FA. RGB value is (89,81,250). Sum of RGB (Red+Green+Blue) = 89+81+250=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #5951FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5951FA is #A6AE05. Grayscale: #656565. Windows color (decimal): -10923526 or 16404825. OLE color: 16404825.

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

Color convert

RGB 89 81 250 -
CMYK 0.64 0.68 0 0.02
HSL 242.84º 0.94% 0.65% -
HSV(B) 242.84º 0.68% 0.98% -
XYZ 24.32 14.91 92.04 -
YUV 102.66 211.15 118.26 -
System Red Green Blue C M Y K H S L
Decimal 89 81 250 0.64 0.68 0 0.02 242.84 0.94 0.65
Hex 59 51 FA 40 44 0 2 F3 5E 41
Octal 131 121 372 100 104 0 2 363 136 101
Binary 1011001 1010001 11111010 1000000 1000100 0 10 11110011 1011110 1000001

Color Harmonies of #5951FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5951FA

Black with #5951FA

Text Example


Text Example

White with #5951FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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