Html Css Color HEX #5548E7 Neon Blue

📋 copy color: '#5548E7'

red 85 ◦ green 72 ◦ blue 231

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

Shades of Neon Blue #5548E7

Tints of Neon Blue #5548E7

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.56%

 BLUE value IS 231 (90.63% from 255) = 59.54%

R = 21.91%
G = 18.56%
B = 59.54%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5548E7 (or 0x5548E7) is known color: Neon Blue. HEX triplet: 55, 48 and E7. RGB value is (85,72,231). Sum of RGB (Red+Green+Blue) = 85+72+231=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 231 (90.62% from 255 or 59.54% from 388); Max value from RGB is 231 - color contains mainly: blue. Hex color #5548E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5548E7 is #AAB718. Grayscale: #5D5D5D. Windows color (decimal): -11187993 or 15157333. OLE color: 15157333.

HSL color Cylindrical-coordinate representation of color #5548E7: hue angle of 244.91º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5548E7 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 72 231 -
CMYK 0.63 0.69 0 0.09
HSL 244.91º 0.77% 0.59% -
HSV(B) 244.91º 0.69% 0.91% -
XYZ 20.49 12.34 76.9 -
YUV 94.01 205.31 121.57 -
System Red Green Blue C M Y K H S L
Decimal 85 72 231 0.63 0.69 0 0.09 244.91 0.77 0.59
Hex 55 48 E7 3F 45 0 9 F5 4D 3B
Octal 125 110 347 77 105 0 11 365 115 73
Binary 1010101 1001000 11100111 111111 1000101 0 1001 11110101 1001101 111011

Color Harmonies of #5548E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5548E7

Black with #5548E7

Text Example


Text Example

White with #5548E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5548E7; }

 p { color: rgb(85,72,231); }

 H1.HeaderClassName
 {
   color: #5548E7;
 }
 .AnyTagClassName
 {
   color: #5548E7;
 }
</style>

background-color css

<style>
 a { background-color: #5548E7; }

 a { background-color: rgb(85,72,231); }

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

border-color css

<style>
 span { border-color: #5548E7; }

 span { border-color: rgb(85,72,231); }

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