Html Css Color HEX #5541DF Neon Blue

📋 copy color: '#5541DF'

red 85 ◦ green 65 ◦ blue 223

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

Shades of Neon Blue #5541DF

Tints of Neon Blue #5541DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

 BLUE value IS 223 (87.5% from 255) = 59.79%

R = 22.79%
G = 17.43%
B = 59.79%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5541DF (or 0x5541DF) is known color: Neon Blue. HEX triplet: 55, 41 and DF. RGB value is (85,65,223). Sum of RGB (Red+Green+Blue) = 85+65+223=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #5541DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5541DF is #AABE20. Grayscale: #585858. Windows color (decimal): -11189793 or 14631253. OLE color: 14631253.

HSL color Cylindrical-coordinate representation of color #5541DF: hue angle of 247.59º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5541DF is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 65 223 -
CMYK 0.62 0.71 0 0.13
HSL 247.59º 0.71% 0.56% -
HSV(B) 247.59º 0.71% 0.87% -
XYZ 18.96 11.04 70.94 -
YUV 88.99 203.63 125.15 -
System Red Green Blue C M Y K H S L
Decimal 85 65 223 0.62 0.71 0 0.13 247.59 0.71 0.56
Hex 55 41 DF 3E 47 0 D F8 47 38
Octal 125 101 337 76 107 0 15 370 107 70
Binary 1010101 1000001 11011111 111110 1000111 0 1101 11111000 1000111 111000

Color Harmonies of #5541DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5541DF

Black with #5541DF

Text Example


Text Example

White with #5541DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5541DF; }

 p { color: rgb(85,65,223); }

 H1.HeaderClassName
 {
   color: #5541DF;
 }
 .AnyTagClassName
 {
   color: #5541DF;
 }
</style>

background-color css

<style>
 a { background-color: #5541DF; }

 a { background-color: rgb(85,65,223); }

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

border-color css

<style>
 span { border-color: #5541DF; }

 span { border-color: rgb(85,65,223); }

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