Shades of Neon Blue #4658FE
Tints of Neon Blue #4658FE
RGB
CMYK
RGB Variations
Color information
#4658FE (or 0x4658FE) is known color: Neon Blue. HEX triplet: 46, 58 and FE. RGB value is (70,88,254). Sum of RGB (Red+Green+Blue) = 70+88+254=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #4658FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4658FE is #B9A701. Grayscale: #646464. Windows color (decimal): -12166914 or 16668742. OLE color: 16668742.
HSL color Cylindrical-coordinate representation of color #4658FE: hue angle of 234.13º 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 #4658FE is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 88 | 254 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.00 |
| HSL | 234.13º | 0.99% | 0.64% | - |
| HSV(B) | 234.13º | 0.72% | 1% | - |
| XYZ | 23.9 | 15.44 | 95.49 | - |
| YUV | 101.54 | 214.04 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 254 | 0.72 | 0.65 | 0 | 0.00 | 234.13 | 0.99 | 0.64 |
| Hex | 46 | 58 | FE | 48 | 41 | 0 | 0 | EA | 63 | 40 |
| Octal | 106 | 130 | 376 | 110 | 101 | 0 | 0 | 352 | 143 | 100 |
| Binary | 1000110 | 1011000 | 11111110 | 1001000 | 1000001 | 0 | 0 | 11101010 | 1100011 | 1000000 |
Color Harmonies of #4658FE
Complementary color
Monochromatic Colors of #4658FE
Black with #4658FE
Text Example
Text Example
White with #4658FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4658FE; }
p { color: rgb(70,88,254); }
H1.HeaderClassName
{
color: #4658FE;
}
.AnyTagClassName
{
color: #4658FE;
}
</style>
background-color css
<style>
a { background-color: #4658FE; }
a { background-color: rgb(70,88,254); }
div.DivClassName
{
background-color: #4658FE;
}
.BgClassName
{
background-color: #4658FE;
}
</style>
border-color css
<style>
span { border-color: #4658FE; }
span { border-color: rgb(70,88,254); }
td.TdClassName
{
border-color: #4658FE;
}
.TagClassName
{
border-color: #4658FE;
}
</style>