Html Css Color HEX #5542F1 Neon Blue

📋 copy color: '#5542F1'

red 85 ◦ green 66 ◦ blue 241

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

Shades of Neon Blue #5542F1

Tints of Neon Blue #5542F1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.84%

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

R = 21.68%
G = 16.84%
B = 61.48%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5542F1 (or 0x5542F1) is known color: Neon Blue. HEX triplet: 55, 42 and F1. RGB value is (85,66,241). Sum of RGB (Red+Green+Blue) = 85+66+241=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #5542F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5542F1 is #AABD0E. Grayscale: #5A5A5A. Windows color (decimal): -11189519 or 15811157. OLE color: 15811157.

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

Color convert

RGB 85 66 241 -
CMYK 0.65 0.73 0 0.05
HSL 246.51º 0.86% 0.6% -
HSV(B) 246.51º 0.73% 0.95% -
XYZ 21.57 12.18 84.43 -
YUV 91.63 212.29 123.27 -
System Red Green Blue C M Y K H S L
Decimal 85 66 241 0.65 0.73 0 0.05 246.51 0.86 0.6
Hex 55 42 F1 41 49 0 5 F7 56 3C
Octal 125 102 361 101 111 0 5 367 126 74
Binary 1010101 1000010 11110001 1000001 1001001 0 101 11110111 1010110 111100

Color Harmonies of #5542F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5542F1

Black with #5542F1

Text Example


Text Example

White with #5542F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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