Html Css Color HEX #5547EF Neon Blue

📋 copy color: '#5547EF'

red 85 ◦ green 71 ◦ blue 239

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

Shades of Neon Blue #5547EF

Tints of Neon Blue #5547EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.51%

R = 21.52%
G = 17.97%
B = 60.51%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5547EF (or 0x5547EF) is known color: Neon Blue. HEX triplet: 55, 47 and EF. RGB value is (85,71,239). Sum of RGB (Red+Green+Blue) = 85+71+239=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #5547EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5547EF is #AAB810. Grayscale: #5D5D5D. Windows color (decimal): -11188241 or 15681365. OLE color: 15681365.

HSL color Cylindrical-coordinate representation of color #5547EF: hue angle of 245º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5547EF is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 71 239 -
CMYK 0.64 0.70 0 0.06
HSL 245º 0.84% 0.61% -
HSV(B) 245º 0.7% 0.94% -
XYZ 21.58 12.67 82.97 -
YUV 94.34 209.64 121.34 -
System Red Green Blue C M Y K H S L
Decimal 85 71 239 0.64 0.70 0 0.06 245 0.84 0.61
Hex 55 47 EF 40 46 0 6 F5 54 3D
Octal 125 107 357 100 106 0 6 365 124 75
Binary 1010101 1000111 11101111 1000000 1000110 0 110 11110101 1010100 111101

Color Harmonies of #5547EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5547EF

Black with #5547EF

Text Example


Text Example

White with #5547EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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