Html Css Color HEX #5548F6 Neon Blue

📋 copy color: '#5548F6'

red 85 ◦ green 72 ◦ blue 246

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

Shades of Neon Blue #5548F6

Tints of Neon Blue #5548F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 61.04%

R = 21.09%
G = 17.87%
B = 61.04%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5548F6 (or 0x5548F6) is known color: Neon Blue. HEX triplet: 55, 48 and F6. RGB value is (85,72,246). Sum of RGB (Red+Green+Blue) = 85+72+246=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #5548F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5548F6 is #AAB709. Grayscale: #5F5F5F. Windows color (decimal): -11187978 or 16140373. OLE color: 16140373.

HSL color Cylindrical-coordinate representation of color #5548F6: hue angle of 244.48º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5548F6 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 72 246 -
CMYK 0.65 0.71 0 0.04
HSL 244.48º 0.91% 0.62% -
HSV(B) 244.48º 0.71% 0.96% -
XYZ 22.7 13.22 88.54 -
YUV 95.72 212.81 120.35 -
System Red Green Blue C M Y K H S L
Decimal 85 72 246 0.65 0.71 0 0.04 244.48 0.91 0.62
Hex 55 48 F6 41 47 0 4 F4 5B 3E
Octal 125 110 366 101 107 0 4 364 133 76
Binary 1010101 1001000 11110110 1000001 1000111 0 100 11110100 1011011 111110

Color Harmonies of #5548F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5548F6

Black with #5548F6

Text Example


Text Example

White with #5548F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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