Shades of Neon Blue #4659FD
Tints of Neon Blue #4659FD
RGB
CMYK
RGB Variations
Color information
#4659FD (or 0x4659FD) is known color: Neon Blue. HEX triplet: 46, 59 and FD. RGB value is (70,89,253). Sum of RGB (Red+Green+Blue) = 70+89+253=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #4659FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4659FD is #B9A602. Grayscale: #656565. Windows color (decimal): -12166659 or 16603462. OLE color: 16603462.
HSL color Cylindrical-coordinate representation of color #4659FD: hue angle of 233.77º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4659FD is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 89 | 253 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.01 |
| HSL | 233.77º | 0.98% | 0.63% | - |
| HSV(B) | 233.77º | 0.72% | 0.99% | - |
| XYZ | 23.83 | 15.54 | 94.67 | - |
| YUV | 102.02 | 213.21 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 253 | 0.72 | 0.65 | 0 | 0.01 | 233.77 | 0.98 | 0.63 |
| Hex | 46 | 59 | FD | 48 | 41 | 0 | 1 | EA | 62 | 3F |
| Octal | 106 | 131 | 375 | 110 | 101 | 0 | 1 | 352 | 142 | 77 |
| Binary | 1000110 | 1011001 | 11111101 | 1001000 | 1000001 | 0 | 1 | 11101010 | 1100010 | 111111 |
Color Harmonies of #4659FD
Complementary color
Monochromatic Colors of #4659FD
Black with #4659FD
Text Example
Text Example
White with #4659FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4659FD; }
p { color: rgb(70,89,253); }
H1.HeaderClassName
{
color: #4659FD;
}
.AnyTagClassName
{
color: #4659FD;
}
</style>
background-color css
<style>
a { background-color: #4659FD; }
a { background-color: rgb(70,89,253); }
div.DivClassName
{
background-color: #4659FD;
}
.BgClassName
{
background-color: #4659FD;
}
</style>
border-color css
<style>
span { border-color: #4659FD; }
span { border-color: rgb(70,89,253); }
td.TdClassName
{
border-color: #4659FD;
}
.TagClassName
{
border-color: #4659FD;
}
</style>