Shades of Neon Blue #4941DF
Tints of Neon Blue #4941DF
RGB
CMYK
RGB Variations
Color information
#4941DF (or 0x4941DF) is known color: Neon Blue. HEX triplet: 49, 41 and DF. RGB value is (73,65,223). Sum of RGB (Red+Green+Blue) = 73+65+223=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #4941DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4941DF is #B6BE20. Grayscale: #545454. Windows color (decimal): -11976225 or 14631241. OLE color: 14631241.
HSL color Cylindrical-coordinate representation of color #4941DF: hue angle of 243.04º 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 #4941DF is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 65 | 223 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.13 |
| HSL | 243.04º | 0.71% | 0.56% | - |
| HSV(B) | 243.04º | 0.71% | 0.87% | - |
| XYZ | 17.96 | 10.52 | 70.9 | - |
| YUV | 85.4 | 205.65 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 223 | 0.67 | 0.71 | 0 | 0.13 | 243.04 | 0.71 | 0.56 |
| Hex | 49 | 41 | DF | 43 | 47 | 0 | D | F3 | 47 | 38 |
| Octal | 111 | 101 | 337 | 103 | 107 | 0 | 15 | 363 | 107 | 70 |
| Binary | 1001001 | 1000001 | 11011111 | 1000011 | 1000111 | 0 | 1101 | 11110011 | 1000111 | 111000 |
Color Harmonies of #4941DF
Complementary color
Monochromatic Colors of #4941DF
Black with #4941DF
Text Example
Text Example
White with #4941DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4941DF; }
p { color: rgb(73,65,223); }
H1.HeaderClassName
{
color: #4941DF;
}
.AnyTagClassName
{
color: #4941DF;
}
</style>
background-color css
<style>
a { background-color: #4941DF; }
a { background-color: rgb(73,65,223); }
div.DivClassName
{
background-color: #4941DF;
}
.BgClassName
{
background-color: #4941DF;
}
</style>
border-color css
<style>
span { border-color: #4941DF; }
span { border-color: rgb(73,65,223); }
td.TdClassName
{
border-color: #4941DF;
}
.TagClassName
{
border-color: #4941DF;
}
</style>