Shades of Neon Blue #4759FD
Tints of Neon Blue #4759FD
RGB
CMYK
RGB Variations
Color information
#4759FD (or 0x4759FD) is known color: Neon Blue. HEX triplet: 47, 59 and FD. RGB value is (71,89,253). Sum of RGB (Red+Green+Blue) = 71+89+253=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #4759FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4759FD is #B8A602. Grayscale: #656565. Windows color (decimal): -12101123 or 16603463. OLE color: 16603463.
HSL color Cylindrical-coordinate representation of color #4759FD: hue angle of 234.07º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4759FD is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 89 | 253 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.01 |
| HSL | 234.07º | 0.98% | 0.64% | - |
| HSV(B) | 234.07º | 0.72% | 0.99% | - |
| XYZ | 23.9 | 15.58 | 94.68 | - |
| YUV | 102.31 | 213.04 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 253 | 0.72 | 0.65 | 0 | 0.01 | 234.07 | 0.98 | 0.64 |
| Hex | 47 | 59 | FD | 48 | 41 | 0 | 1 | EA | 62 | 40 |
| Octal | 107 | 131 | 375 | 110 | 101 | 0 | 1 | 352 | 142 | 100 |
| Binary | 1000111 | 1011001 | 11111101 | 1001000 | 1000001 | 0 | 1 | 11101010 | 1100010 | 1000000 |
Color Harmonies of #4759FD
Complementary color
Monochromatic Colors of #4759FD
Black with #4759FD
Text Example
Text Example
White with #4759FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4759FD; }
p { color: rgb(71,89,253); }
H1.HeaderClassName
{
color: #4759FD;
}
.AnyTagClassName
{
color: #4759FD;
}
</style>
background-color css
<style>
a { background-color: #4759FD; }
a { background-color: rgb(71,89,253); }
div.DivClassName
{
background-color: #4759FD;
}
.BgClassName
{
background-color: #4759FD;
}
</style>
border-color css
<style>
span { border-color: #4759FD; }
span { border-color: rgb(71,89,253); }
td.TdClassName
{
border-color: #4759FD;
}
.TagClassName
{
border-color: #4759FD;
}
</style>