Html Css Color HEX #5551F1 Neon Blue

📋 copy color: '#5551F1'

red 85 ◦ green 81 ◦ blue 241

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

Shades of Neon Blue #5551F1

Tints of Neon Blue #5551F1

RGB

 RED value IS 85 (33.59% from 255) = 20.88%

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

 BLUE value IS 241 (94.53% from 255) = 59.21%

R = 20.88%
G = 19.9%
B = 59.21%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5551F1 (or 0x5551F1) is known color: Neon Blue. HEX triplet: 55, 51 and F1. RGB value is (85,81,241). Sum of RGB (Red+Green+Blue) = 85+81+241=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #5551F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5551F1 is #AAAE0E. Grayscale: #636363. Windows color (decimal): -11185679 or 15814997. OLE color: 15814997.

HSL color Cylindrical-coordinate representation of color #5551F1: hue angle of 241.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5551F1 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 81 241 -
CMYK 0.65 0.66 0 0.05
HSL 241.5º 0.85% 0.63% -
HSV(B) 241.5º 0.66% 0.95% -
XYZ 22.57 14.17 84.76 -
YUV 100.44 207.33 116.99 -
System Red Green Blue C M Y K H S L
Decimal 85 81 241 0.65 0.66 0 0.05 241.5 0.85 0.63
Hex 55 51 F1 41 42 0 5 F2 55 3F
Octal 125 121 361 101 102 0 5 362 125 77
Binary 1010101 1010001 11110001 1000001 1000010 0 101 11110010 1010101 111111

Color Harmonies of #5551F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5551F1

Black with #5551F1

Text Example


Text Example

White with #5551F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5551F1; }

 p { color: rgb(85,81,241); }

 H1.HeaderClassName
 {
   color: #5551F1;
 }
 .AnyTagClassName
 {
   color: #5551F1;
 }
</style>

background-color css

<style>
 a { background-color: #5551F1; }

 a { background-color: rgb(85,81,241); }

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

border-color css

<style>
 span { border-color: #5551F1; }

 span { border-color: rgb(85,81,241); }

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