Shades of Neon Blue #4859FA
Tints of Neon Blue #4859FA
RGB
CMYK
RGB Variations
Color information
#4859FA (or 0x4859FA) is known color: Neon Blue. HEX triplet: 48, 59 and FA. RGB value is (72,89,250). Sum of RGB (Red+Green+Blue) = 72+89+250=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #4859FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4859FA is #B7A605. Grayscale: #656565. Windows color (decimal): -12035590 or 16406856. OLE color: 16406856.
HSL color Cylindrical-coordinate representation of color #4859FA: hue angle of 234.27º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4859FA is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 89 | 250 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.02 |
| HSL | 234.27º | 0.95% | 0.63% | - |
| HSV(B) | 234.27º | 0.71% | 0.98% | - |
| XYZ | 23.5 | 15.42 | 92.18 | - |
| YUV | 102.27 | 211.37 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 250 | 0.71 | 0.64 | 0 | 0.02 | 234.27 | 0.95 | 0.63 |
| Hex | 48 | 59 | FA | 47 | 40 | 0 | 2 | EA | 5F | 3F |
| Octal | 110 | 131 | 372 | 107 | 100 | 0 | 2 | 352 | 137 | 77 |
| Binary | 1001000 | 1011001 | 11111010 | 1000111 | 1000000 | 0 | 10 | 11101010 | 1011111 | 111111 |
Color Harmonies of #4859FA
Complementary color
Monochromatic Colors of #4859FA
Black with #4859FA
Text Example
Text Example
White with #4859FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4859FA; }
p { color: rgb(72,89,250); }
H1.HeaderClassName
{
color: #4859FA;
}
.AnyTagClassName
{
color: #4859FA;
}
</style>
background-color css
<style>
a { background-color: #4859FA; }
a { background-color: rgb(72,89,250); }
div.DivClassName
{
background-color: #4859FA;
}
.BgClassName
{
background-color: #4859FA;
}
</style>
border-color css
<style>
span { border-color: #4859FA; }
span { border-color: rgb(72,89,250); }
td.TdClassName
{
border-color: #4859FA;
}
.TagClassName
{
border-color: #4859FA;
}
</style>