Html Css Color HEX #5550E5 Neon Blue

📋 copy color: '#5550E5'

red 85 ◦ green 80 ◦ blue 229

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

Shades of Neon Blue #5550E5

Tints of Neon Blue #5550E5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

 BLUE value IS 229 (89.84% from 255) = 58.12%

R = 21.57%
G = 20.3%
B = 58.12%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5550E5 (or 0x5550E5) is known color: Neon Blue. HEX triplet: 55, 50 and E5. RGB value is (85,80,229). Sum of RGB (Red+Green+Blue) = 85+80+229=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #5550E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5550E5 is #AAAF1A. Grayscale: #616161. Windows color (decimal): -11185947 or 15028309. OLE color: 15028309.

HSL color Cylindrical-coordinate representation of color #5550E5: hue angle of 242.01º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5550E5 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 80 229 -
CMYK 0.63 0.65 0 0.10
HSL 242.01º 0.74% 0.61% -
HSV(B) 242.01º 0.65% 0.9% -
XYZ 20.76 13.33 75.61 -
YUV 98.48 201.66 118.38 -
System Red Green Blue C M Y K H S L
Decimal 85 80 229 0.63 0.65 0 0.10 242.01 0.74 0.61
Hex 55 50 E5 3F 41 0 A F2 4A 3D
Octal 125 120 345 77 101 0 12 362 112 75
Binary 1010101 1010000 11100101 111111 1000001 0 1010 11110010 1001010 111101

Color Harmonies of #5550E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5550E5

Black with #5550E5

Text Example


Text Example

White with #5550E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5550E5; }

 p { color: rgb(85,80,229); }

 H1.HeaderClassName
 {
   color: #5550E5;
 }
 .AnyTagClassName
 {
   color: #5550E5;
 }
</style>

background-color css

<style>
 a { background-color: #5550E5; }

 a { background-color: rgb(85,80,229); }

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

border-color css

<style>
 span { border-color: #5550E5; }

 span { border-color: rgb(85,80,229); }

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