Html Css Color HEX #5955FB Neon Blue

📋 copy color: '#5955FB'

red 89 ◦ green 85 ◦ blue 251

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

Shades of Neon Blue #5955FB

Tints of Neon Blue #5955FB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20%

 BLUE value IS 251 (98.44% from 255) = 59.06%

R = 20.94%
G = 20%
B = 59.06%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5955FB (or 0x5955FB) is known color: Neon Blue. HEX triplet: 59, 55 and FB. RGB value is (89,85,251). Sum of RGB (Red+Green+Blue) = 89+85+251=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #5955FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5955FB is #A6AA04. Grayscale: #686868. Windows color (decimal): -10922501 or 16471385. OLE color: 16471385.

HSL color Cylindrical-coordinate representation of color #5955FB: hue angle of 241.45º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5955FB is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 85 251 -
CMYK 0.65 0.66 0 0.02
HSL 241.45º 0.95% 0.66% -
HSV(B) 241.45º 0.66% 0.98% -
XYZ 24.78 15.59 92.97 -
YUV 105.12 210.33 116.5 -
System Red Green Blue C M Y K H S L
Decimal 89 85 251 0.65 0.66 0 0.02 241.45 0.95 0.66
Hex 59 55 FB 41 42 0 2 F1 5F 42
Octal 131 125 373 101 102 0 2 361 137 102
Binary 1011001 1010101 11111011 1000001 1000010 0 10 11110001 1011111 1000010

Color Harmonies of #5955FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5955FB

Black with #5955FB

Text Example


Text Example

White with #5955FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5955FB; }

 p { color: rgb(89,85,251); }

 H1.HeaderClassName
 {
   color: #5955FB;
 }
 .AnyTagClassName
 {
   color: #5955FB;
 }
</style>

background-color css

<style>
 a { background-color: #5955FB; }

 a { background-color: rgb(89,85,251); }

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

border-color css

<style>
 span { border-color: #5955FB; }

 span { border-color: rgb(89,85,251); }

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