Shades of Neon Blue #4641DF
Tints of Neon Blue #4641DF
RGB
CMYK
RGB Variations
Color information
#4641DF (or 0x4641DF) is known color: Neon Blue. HEX triplet: 46, 41 and DF. RGB value is (70,65,223). Sum of RGB (Red+Green+Blue) = 70+65+223=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #4641DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641DF is #B9BE20. Grayscale: #535353. Windows color (decimal): -12172833 or 14631238. OLE color: 14631238.
HSL color Cylindrical-coordinate representation of color #4641DF: hue angle of 241.9º 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 #4641DF is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 65 | 223 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.13 |
| HSL | 241.9º | 0.71% | 0.56% | - |
| HSV(B) | 241.9º | 0.71% | 0.87% | - |
| XYZ | 17.74 | 10.41 | 70.89 | - |
| YUV | 84.51 | 206.16 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 223 | 0.69 | 0.71 | 0 | 0.13 | 241.9 | 0.71 | 0.56 |
| Hex | 46 | 41 | DF | 45 | 47 | 0 | D | F2 | 47 | 38 |
| Octal | 106 | 101 | 337 | 105 | 107 | 0 | 15 | 362 | 107 | 70 |
| Binary | 1000110 | 1000001 | 11011111 | 1000101 | 1000111 | 0 | 1101 | 11110010 | 1000111 | 111000 |
Color Harmonies of #4641DF
Complementary color
Monochromatic Colors of #4641DF
Black with #4641DF
Text Example
Text Example
White with #4641DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4641DF; }
p { color: rgb(70,65,223); }
H1.HeaderClassName
{
color: #4641DF;
}
.AnyTagClassName
{
color: #4641DF;
}
</style>
background-color css
<style>
a { background-color: #4641DF; }
a { background-color: rgb(70,65,223); }
div.DivClassName
{
background-color: #4641DF;
}
.BgClassName
{
background-color: #4641DF;
}
</style>
border-color css
<style>
span { border-color: #4641DF; }
span { border-color: rgb(70,65,223); }
td.TdClassName
{
border-color: #4641DF;
}
.TagClassName
{
border-color: #4641DF;
}
</style>