Shades of Neon Blue #4644FF
Tints of Neon Blue #4644FF
RGB
CMYK
RGB Variations
Color information
#4644FF (or 0x4644FF) is known color: Neon Blue. HEX triplet: 46, 44 and FF. RGB value is (70,68,255). Sum of RGB (Red+Green+Blue) = 70+68+255=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #4644FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4644FF is #B9BB00. Grayscale: #595959. Windows color (decimal): -12172033 or 16729158. OLE color: 16729158.
HSL color Cylindrical-coordinate representation of color #4644FF: hue angle of 240.64º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4644FF is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 68 | 255 | - |
| CMYK | 0.73 | 0.73 | 0 | 0 |
| HSL | 240.64º | 1% | 0.63% | - |
| HSV(B) | 240.64º | 0.73% | 1% | - |
| XYZ | 22.64 | 12.66 | 95.86 | - |
| YUV | 89.92 | 221.16 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 255 | 0.73 | 0.73 | 0 | 0 | 240.64 | 1 | 0.63 |
| Hex | 46 | 44 | FF | 49 | 49 | 0 | 0 | F1 | 64 | 3F |
| Octal | 106 | 104 | 377 | 111 | 111 | 0 | 0 | 361 | 144 | 77 |
| Binary | 1000110 | 1000100 | 11111111 | 1001001 | 1001001 | 0 | 0 | 11110001 | 1100100 | 111111 |
Color Harmonies of #4644FF
Complementary color
Monochromatic Colors of #4644FF
Black with #4644FF
Text Example
Text Example
White with #4644FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4644FF; }
p { color: rgb(70,68,255); }
H1.HeaderClassName
{
color: #4644FF;
}
.AnyTagClassName
{
color: #4644FF;
}
</style>
background-color css
<style>
a { background-color: #4644FF; }
a { background-color: rgb(70,68,255); }
div.DivClassName
{
background-color: #4644FF;
}
.BgClassName
{
background-color: #4644FF;
}
</style>
border-color css
<style>
span { border-color: #4644FF; }
span { border-color: rgb(70,68,255); }
td.TdClassName
{
border-color: #4644FF;
}
.TagClassName
{
border-color: #4644FF;
}
</style>