Html Css Color HEX #5548E6 Neon Blue

📋 copy color: '#5548E6'

red 85 ◦ green 72 ◦ blue 230

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

Shades of Neon Blue #5548E6

Tints of Neon Blue #5548E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 59.43%

R = 21.96%
G = 18.6%
B = 59.43%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5548E6 (or 0x5548E6) is known color: Neon Blue. HEX triplet: 55, 48 and E6. RGB value is (85,72,230). Sum of RGB (Red+Green+Blue) = 85+72+230=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 230 (90.23% from 255 or 59.43% from 387); Max value from RGB is 230 - color contains mainly: blue. Hex color #5548E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5548E6 is #AAB719. Grayscale: #5D5D5D. Windows color (decimal): -11187994 or 15091797. OLE color: 15091797.

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

Color convert

RGB 85 72 230 -
CMYK 0.63 0.69 0 0.10
HSL 244.94º 0.76% 0.59% -
HSV(B) 244.94º 0.69% 0.9% -
XYZ 20.35 12.28 76.16 -
YUV 93.9 204.81 121.65 -
System Red Green Blue C M Y K H S L
Decimal 85 72 230 0.63 0.69 0 0.10 244.94 0.76 0.59
Hex 55 48 E6 3F 45 0 A F5 4C 3B
Octal 125 110 346 77 105 0 12 365 114 73
Binary 1010101 1001000 11100110 111111 1000101 0 1010 11110101 1001100 111011

Color Harmonies of #5548E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5548E6

Black with #5548E6

Text Example


Text Example

White with #5548E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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