Shades of Neon Blue #4659FE
Tints of Neon Blue #4659FE
RGB
CMYK
RGB Variations
Color information
#4659FE (or 0x4659FE) is known color: Neon Blue. HEX triplet: 46, 59 and FE. RGB value is (70,89,254). Sum of RGB (Red+Green+Blue) = 70+89+254=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #4659FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4659FE is #B9A601. Grayscale: #656565. Windows color (decimal): -12166658 or 16668998. OLE color: 16668998.
HSL color Cylindrical-coordinate representation of color #4659FE: hue angle of 233.8º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4659FE is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 89 | 254 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.00 |
| HSL | 233.8º | 0.99% | 0.64% | - |
| HSV(B) | 233.8º | 0.72% | 1% | - |
| XYZ | 23.99 | 15.6 | 95.51 | - |
| YUV | 102.13 | 213.71 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 254 | 0.72 | 0.65 | 0 | 0.00 | 233.8 | 0.99 | 0.64 |
| Hex | 46 | 59 | FE | 48 | 41 | 0 | 0 | EA | 63 | 40 |
| Octal | 106 | 131 | 376 | 110 | 101 | 0 | 0 | 352 | 143 | 100 |
| Binary | 1000110 | 1011001 | 11111110 | 1001000 | 1000001 | 0 | 0 | 11101010 | 1100011 | 1000000 |
Color Harmonies of #4659FE
Complementary color
Monochromatic Colors of #4659FE
Black with #4659FE
Text Example
Text Example
White with #4659FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4659FE; }
p { color: rgb(70,89,254); }
H1.HeaderClassName
{
color: #4659FE;
}
.AnyTagClassName
{
color: #4659FE;
}
</style>
background-color css
<style>
a { background-color: #4659FE; }
a { background-color: rgb(70,89,254); }
div.DivClassName
{
background-color: #4659FE;
}
.BgClassName
{
background-color: #4659FE;
}
</style>
border-color css
<style>
span { border-color: #4659FE; }
span { border-color: rgb(70,89,254); }
td.TdClassName
{
border-color: #4659FE;
}
.TagClassName
{
border-color: #4659FE;
}
</style>