Html Css Color HEX #5548F1 Neon Blue

📋 copy color: '#5548F1'

red 85 ◦ green 72 ◦ blue 241

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

Shades of Neon Blue #5548F1

Tints of Neon Blue #5548F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.55%

R = 21.36%
G = 18.09%
B = 60.55%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5548F1 (or 0x5548F1) is known color: Neon Blue. HEX triplet: 55, 48 and F1. RGB value is (85,72,241). Sum of RGB (Red+Green+Blue) = 85+72+241=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #5548F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5548F1 is #AAB70E. Grayscale: #5E5E5E. Windows color (decimal): -11187983 or 15812693. OLE color: 15812693.

HSL color Cylindrical-coordinate representation of color #5548F1: hue angle of 244.62º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5548F1 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 72 241 -
CMYK 0.65 0.70 0 0.05
HSL 244.62º 0.86% 0.61% -
HSV(B) 244.62º 0.7% 0.95% -
XYZ 21.94 12.92 84.56 -
YUV 95.15 210.31 120.76 -
System Red Green Blue C M Y K H S L
Decimal 85 72 241 0.65 0.70 0 0.05 244.62 0.86 0.61
Hex 55 48 F1 41 46 0 5 F5 56 3D
Octal 125 110 361 101 106 0 5 365 126 75
Binary 1010101 1001000 11110001 1000001 1000110 0 101 11110101 1010110 111101

Color Harmonies of #5548F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5548F1

Black with #5548F1

Text Example


Text Example

White with #5548F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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