Shades of Neon Blue #4640FE
Tints of Neon Blue #4640FE
RGB
CMYK
RGB Variations
Color information
#4640FE (or 0x4640FE) is known color: Neon Blue. HEX triplet: 46, 40 and FE. RGB value is (70,64,254). Sum of RGB (Red+Green+Blue) = 70+64+254=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #4640FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4640FE is #B9BF01. Grayscale: #565656. Windows color (decimal): -12173058 or 16662598. OLE color: 16662598.
HSL color Cylindrical-coordinate representation of color #4640FE: hue angle of 241.89º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4640FE is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 64 | 254 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.00 |
| HSL | 241.89º | 0.99% | 0.62% | - |
| HSV(B) | 241.89º | 0.75% | 1% | - |
| XYZ | 22.25 | 12.12 | 94.93 | - |
| YUV | 87.45 | 221.99 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 254 | 0.72 | 0.75 | 0 | 0.00 | 241.89 | 0.99 | 0.62 |
| Hex | 46 | 40 | FE | 48 | 4B | 0 | 0 | F2 | 63 | 3E |
| Octal | 106 | 100 | 376 | 110 | 113 | 0 | 0 | 362 | 143 | 76 |
| Binary | 1000110 | 1000000 | 11111110 | 1001000 | 1001011 | 0 | 0 | 11110010 | 1100011 | 111110 |
Color Harmonies of #4640FE
Complementary color
Monochromatic Colors of #4640FE
Black with #4640FE
Text Example
Text Example
White with #4640FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4640FE; }
p { color: rgb(70,64,254); }
H1.HeaderClassName
{
color: #4640FE;
}
.AnyTagClassName
{
color: #4640FE;
}
</style>
background-color css
<style>
a { background-color: #4640FE; }
a { background-color: rgb(70,64,254); }
div.DivClassName
{
background-color: #4640FE;
}
.BgClassName
{
background-color: #4640FE;
}
</style>
border-color css
<style>
span { border-color: #4640FE; }
span { border-color: rgb(70,64,254); }
td.TdClassName
{
border-color: #4640FE;
}
.TagClassName
{
border-color: #4640FE;
}
</style>