#5241DD

Color #5241DD Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5241DD

Tints of Neon Blue #5241DD

Color information

#5241DD (or 0x5241DD) is unknown color: approx Neon Blue. HEX triplet: 52, 41 and DD. RGB value is (82,65,221). Sum of RGB (Red+Green+Blue) = 82+65+221=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #5241DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5241DD is #ADBE22. Grayscale: #575757. Windows color (decimal): -11386403 or 14500178. OLE color: 14500178.

HSL color Cylindrical-coordinate representation of color #5241DD: hue angle of 246.54º degrees, saturation: 0.7, 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 #5241DD is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8265221-
CMYK0.630.7100.13
HSL246.54º69.64%56.08%-
HSV(B)246.54º70.59%86.67%-
XYZ18.4210.7969.52-
YUV87.87203.13123.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 65 (25.78% from 255) = 17.66%
BLUE value IS 221 (86.72% from 255) = 60.05%
R=22.28%
G=17.66%
B=60.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82652210.630.7100.13246.5469.6456.08
Hex5241DD3F470Df74638
Octal1221013357710701536710670
Binary1010010100000111011101111111100011101101111101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5241DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5241DD; }

 p { color: rgb(82,65,221); }

 H1.HeaderClassName
 {
   color: #5241DD;
 }
 .AnyTagClassName
 {
   color: #5241DD;
 }
</style>
background-color css

<style>
 a { background-color: #5241DD; }

 a { background-color: rgb(82,65,221); }

 div.DivClassName
 {
   background-color: #5241DD;
 }
 .BgClassName
 {
   background-color: #5241DD;
 }
</style>
border-color css

<style>
 span { border-color: #5241DD; }

 span { border-color: rgb(82,65,221); }

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