Shades of Neon Blue #4658FA
Tints of Neon Blue #4658FA
RGB
CMYK
RGB Variations
Color information
#4658FA (or 0x4658FA) is known color: Neon Blue. HEX triplet: 46, 58 and FA. RGB value is (70,88,250). Sum of RGB (Red+Green+Blue) = 70+88+250=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #4658FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4658FA is #B9A705. Grayscale: #646464. Windows color (decimal): -12166918 or 16406598. OLE color: 16406598.
HSL color Cylindrical-coordinate representation of color #4658FA: hue angle of 234º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4658FA is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 88 | 250 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.02 |
| HSL | 234º | 0.95% | 0.63% | - |
| HSV(B) | 234º | 0.72% | 0.98% | - |
| XYZ | 23.27 | 15.18 | 92.15 | - |
| YUV | 101.09 | 212.04 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 250 | 0.72 | 0.65 | 0 | 0.02 | 234 | 0.95 | 0.63 |
| Hex | 46 | 58 | FA | 48 | 41 | 0 | 2 | EA | 5F | 3F |
| Octal | 106 | 130 | 372 | 110 | 101 | 0 | 2 | 352 | 137 | 77 |
| Binary | 1000110 | 1011000 | 11111010 | 1001000 | 1000001 | 0 | 10 | 11101010 | 1011111 | 111111 |
Color Harmonies of #4658FA
Complementary color
Monochromatic Colors of #4658FA
Black with #4658FA
Text Example
Text Example
White with #4658FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4658FA; }
p { color: rgb(70,88,250); }
H1.HeaderClassName
{
color: #4658FA;
}
.AnyTagClassName
{
color: #4658FA;
}
</style>
background-color css
<style>
a { background-color: #4658FA; }
a { background-color: rgb(70,88,250); }
div.DivClassName
{
background-color: #4658FA;
}
.BgClassName
{
background-color: #4658FA;
}
</style>
border-color css
<style>
span { border-color: #4658FA; }
span { border-color: rgb(70,88,250); }
td.TdClassName
{
border-color: #4658FA;
}
.TagClassName
{
border-color: #4658FA;
}
</style>