Shades of Neon Blue #4640FD
Tints of Neon Blue #4640FD
RGB
CMYK
RGB Variations
Color information
#4640FD (or 0x4640FD) is known color: Neon Blue. HEX triplet: 46, 40 and FD. RGB value is (70,64,253). Sum of RGB (Red+Green+Blue) = 70+64+253=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #4640FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4640FD is #B9BF02. Grayscale: #565656. Windows color (decimal): -12173059 or 16597062. OLE color: 16597062.
HSL color Cylindrical-coordinate representation of color #4640FD: hue angle of 241.9º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4640FD is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 64 | 253 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.01 |
| HSL | 241.9º | 0.98% | 0.62% | - |
| HSV(B) | 241.9º | 0.75% | 0.99% | - |
| XYZ | 22.09 | 12.06 | 94.09 | - |
| YUV | 87.34 | 221.49 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 253 | 0.72 | 0.75 | 0 | 0.01 | 241.9 | 0.98 | 0.62 |
| Hex | 46 | 40 | FD | 48 | 4B | 0 | 1 | F2 | 62 | 3E |
| Octal | 106 | 100 | 375 | 110 | 113 | 0 | 1 | 362 | 142 | 76 |
| Binary | 1000110 | 1000000 | 11111101 | 1001000 | 1001011 | 0 | 1 | 11110010 | 1100010 | 111110 |
Color Harmonies of #4640FD
Complementary color
Monochromatic Colors of #4640FD
Black with #4640FD
Text Example
Text Example
White with #4640FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4640FD; }
p { color: rgb(70,64,253); }
H1.HeaderClassName
{
color: #4640FD;
}
.AnyTagClassName
{
color: #4640FD;
}
</style>
background-color css
<style>
a { background-color: #4640FD; }
a { background-color: rgb(70,64,253); }
div.DivClassName
{
background-color: #4640FD;
}
.BgClassName
{
background-color: #4640FD;
}
</style>
border-color css
<style>
span { border-color: #4640FD; }
span { border-color: rgb(70,64,253); }
td.TdClassName
{
border-color: #4640FD;
}
.TagClassName
{
border-color: #4640FD;
}
</style>