Shades of Neon Blue #4650FE
Tints of Neon Blue #4650FE
RGB
CMYK
RGB Variations
Color information
#4650FE (or 0x4650FE) is known color: Neon Blue. HEX triplet: 46, 50 and FE. RGB value is (70,80,254). Sum of RGB (Red+Green+Blue) = 70+80+254=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #4650FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4650FE is #B9AF01. Grayscale: #606060. Windows color (decimal): -12168962 or 16666694. OLE color: 16666694.
HSL color Cylindrical-coordinate representation of color #4650FE: hue angle of 236.74º 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 #4650FE is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 80 | 254 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.00 |
| HSL | 236.74º | 0.99% | 0.64% | - |
| HSV(B) | 236.74º | 0.72% | 1% | - |
| XYZ | 23.28 | 14.2 | 95.28 | - |
| YUV | 96.85 | 216.69 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 254 | 0.72 | 0.69 | 0 | 0.00 | 236.74 | 0.99 | 0.64 |
| Hex | 46 | 50 | FE | 48 | 45 | 0 | 0 | ED | 63 | 40 |
| Octal | 106 | 120 | 376 | 110 | 105 | 0 | 0 | 355 | 143 | 100 |
| Binary | 1000110 | 1010000 | 11111110 | 1001000 | 1000101 | 0 | 0 | 11101101 | 1100011 | 1000000 |
Color Harmonies of #4650FE
Complementary color
Monochromatic Colors of #4650FE
Black with #4650FE
Text Example
Text Example
White with #4650FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4650FE; }
p { color: rgb(70,80,254); }
H1.HeaderClassName
{
color: #4650FE;
}
.AnyTagClassName
{
color: #4650FE;
}
</style>
background-color css
<style>
a { background-color: #4650FE; }
a { background-color: rgb(70,80,254); }
div.DivClassName
{
background-color: #4650FE;
}
.BgClassName
{
background-color: #4650FE;
}
</style>
border-color css
<style>
span { border-color: #4650FE; }
span { border-color: rgb(70,80,254); }
td.TdClassName
{
border-color: #4650FE;
}
.TagClassName
{
border-color: #4650FE;
}
</style>