Html Css Color HEX #5547EB Neon Blue

📋 copy color: '#5547EB'

red 85 ◦ green 71 ◦ blue 235

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

Shades of Neon Blue #5547EB

Tints of Neon Blue #5547EB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.16%

 BLUE value IS 235 (92.19% from 255) = 60.1%

R = 21.74%
G = 18.16%
B = 60.1%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5547EB (or 0x5547EB) is known color: Neon Blue. HEX triplet: 55, 47 and EB. RGB value is (85,71,235). Sum of RGB (Red+Green+Blue) = 85+71+235=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #5547EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5547EB is #AAB814. Grayscale: #5D5D5D. Windows color (decimal): -11188245 or 15419221. OLE color: 15419221.

HSL color Cylindrical-coordinate representation of color #5547EB: hue angle of 245.12º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5547EB is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 71 235 -
CMYK 0.64 0.70 0 0.08
HSL 245.12º 0.8% 0.6% -
HSV(B) 245.12º 0.7% 0.92% -
XYZ 20.99 12.44 79.89 -
YUV 93.88 207.64 121.66 -
System Red Green Blue C M Y K H S L
Decimal 85 71 235 0.64 0.70 0 0.08 245.12 0.8 0.6
Hex 55 47 EB 40 46 0 8 F5 50 3C
Octal 125 107 353 100 106 0 10 365 120 74
Binary 1010101 1000111 11101011 1000000 1000110 0 1000 11110101 1010000 111100

Color Harmonies of #5547EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5547EB

Black with #5547EB

Text Example


Text Example

White with #5547EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5547EB; }

 p { color: rgb(85,71,235); }

 H1.HeaderClassName
 {
   color: #5547EB;
 }
 .AnyTagClassName
 {
   color: #5547EB;
 }
</style>

background-color css

<style>
 a { background-color: #5547EB; }

 a { background-color: rgb(85,71,235); }

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

border-color css

<style>
 span { border-color: #5547EB; }

 span { border-color: rgb(85,71,235); }

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