Html Css Color HEX #5547F1 Neon Blue

📋 copy color: '#5547F1'

red 85 ◦ green 71 ◦ blue 241

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

Shades of Neon Blue #5547F1

Tints of Neon Blue #5547F1

RGB

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

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

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

R = 21.41%
G = 17.88%
B = 60.71%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5547F1 (or 0x5547F1) is known color: Neon Blue. HEX triplet: 55, 47 and F1. RGB value is (85,71,241). Sum of RGB (Red+Green+Blue) = 85+71+241=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #5547F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5547F1 is #AAB80E. Grayscale: #5D5D5D. Windows color (decimal): -11188239 or 15812437. OLE color: 15812437.

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

Color convert

RGB 85 71 241 -
CMYK 0.65 0.71 0 0.05
HSL 244.94º 0.86% 0.61% -
HSV(B) 244.94º 0.71% 0.95% -
XYZ 21.88 12.79 84.53 -
YUV 94.57 210.64 121.18 -
System Red Green Blue C M Y K H S L
Decimal 85 71 241 0.65 0.71 0 0.05 244.94 0.86 0.61
Hex 55 47 F1 41 47 0 5 F5 56 3D
Octal 125 107 361 101 107 0 5 365 126 75
Binary 1010101 1000111 11110001 1000001 1000111 0 101 11110101 1010110 111101

Color Harmonies of #5547F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5547F1

Black with #5547F1

Text Example


Text Example

White with #5547F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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