Html Css Color HEX #5955F8 Neon Blue

📋 copy color: '#5955F8'

red 89 ◦ green 85 ◦ blue 248

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

Shades of Neon Blue #5955F8

Tints of Neon Blue #5955F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 58.77%

R = 21.09%
G = 20.14%
B = 58.77%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5955F8 (or 0x5955F8) is known color: Neon Blue. HEX triplet: 59, 55 and F8. RGB value is (89,85,248). Sum of RGB (Red+Green+Blue) = 89+85+248=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 248 (97.27% from 255 or 58.77% from 422); Max value from RGB is 248 - color contains mainly: blue. Hex color #5955F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5955F8 is #A6AA07. Grayscale: #686868. Windows color (decimal): -10922504 or 16274777. OLE color: 16274777.

HSL color Cylindrical-coordinate representation of color #5955F8: hue angle of 241.47º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5955F8 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 89 85 248 -
CMYK 0.64 0.66 0 0.03
HSL 241.47º 0.92% 0.65% -
HSV(B) 241.47º 0.66% 0.97% -
XYZ 24.31 15.4 90.5 -
YUV 104.78 208.83 116.75 -
System Red Green Blue C M Y K H S L
Decimal 89 85 248 0.64 0.66 0 0.03 241.47 0.92 0.65
Hex 59 55 F8 40 42 0 3 F1 5C 41
Octal 131 125 370 100 102 0 3 361 134 101
Binary 1011001 1010101 11111000 1000000 1000010 0 11 11110001 1011100 1000001

Color Harmonies of #5955F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5955F8

Black with #5955F8

Text Example


Text Example

White with #5955F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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