Html Css Color HEX #5956FE Neon Blue

📋 copy color: '#5956FE'

red 89 ◦ green 86 ◦ blue 254

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

Shades of Neon Blue #5956FE

Tints of Neon Blue #5956FE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.05%

 BLUE value IS 254 (99.61% from 255) = 59.21%

R = 20.75%
G = 20.05%
B = 59.21%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5956FE (or 0x5956FE) is known color: Neon Blue. HEX triplet: 59, 56 and FE. RGB value is (89,86,254). Sum of RGB (Red+Green+Blue) = 89+86+254=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #5956FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5956FE is #A6A901. Grayscale: #696969. Windows color (decimal): -10922242 or 16668249. OLE color: 16668249.

HSL color Cylindrical-coordinate representation of color #5956FE: hue angle of 241.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5956FE is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 89 86 254 -
CMYK 0.65 0.66 0 0.00
HSL 241.07º 0.99% 0.67% -
HSV(B) 241.07º 0.66% 1% -
XYZ 25.34 15.94 95.51 -
YUV 106.05 211.49 115.84 -
System Red Green Blue C M Y K H S L
Decimal 89 86 254 0.65 0.66 0 0.00 241.07 0.99 0.67
Hex 59 56 FE 41 42 0 0 F1 63 43
Octal 131 126 376 101 102 0 0 361 143 103
Binary 1011001 1010110 11111110 1000001 1000010 0 0 11110001 1100011 1000011

Color Harmonies of #5956FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5956FE

Black with #5956FE

Text Example


Text Example

White with #5956FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5956FE; }

 p { color: rgb(89,86,254); }

 H1.HeaderClassName
 {
   color: #5956FE;
 }
 .AnyTagClassName
 {
   color: #5956FE;
 }
</style>

background-color css

<style>
 a { background-color: #5956FE; }

 a { background-color: rgb(89,86,254); }

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

border-color css

<style>
 span { border-color: #5956FE; }

 span { border-color: rgb(89,86,254); }

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