Shades of Neon Blue #4632FE
Tints of Neon Blue #4632FE
RGB
CMYK
RGB Variations
Color information
#4632FE (or 0x4632FE) is known color: Neon Blue. HEX triplet: 46, 32 and FE. RGB value is (70,50,254). Sum of RGB (Red+Green+Blue) = 70+50+254=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #4632FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4632FE is #B9CD01. Grayscale: #4E4E4E. Windows color (decimal): -12176642 or 16659014. OLE color: 16659014.
HSL color Cylindrical-coordinate representation of color #4632FE: hue angle of 245.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4632FE is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 50 | 254 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.00 |
| HSL | 245.88º | 0.99% | 0.6% | - |
| HSV(B) | 245.88º | 0.8% | 1% | - |
| XYZ | 21.56 | 10.74 | 94.7 | - |
| YUV | 79.24 | 226.63 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 254 | 0.72 | 0.80 | 0 | 0.00 | 245.88 | 0.99 | 0.6 |
| Hex | 46 | 32 | FE | 48 | 50 | 0 | 0 | F6 | 63 | 3C |
| Octal | 106 | 62 | 376 | 110 | 120 | 0 | 0 | 366 | 143 | 74 |
| Binary | 1000110 | 110010 | 11111110 | 1001000 | 1010000 | 0 | 0 | 11110110 | 1100011 | 111100 |
Color Harmonies of #4632FE
Complementary color
Monochromatic Colors of #4632FE
Black with #4632FE
Text Example
Text Example
White with #4632FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4632FE; }
p { color: rgb(70,50,254); }
H1.HeaderClassName
{
color: #4632FE;
}
.AnyTagClassName
{
color: #4632FE;
}
</style>
background-color css
<style>
a { background-color: #4632FE; }
a { background-color: rgb(70,50,254); }
div.DivClassName
{
background-color: #4632FE;
}
.BgClassName
{
background-color: #4632FE;
}
</style>
border-color css
<style>
span { border-color: #4632FE; }
span { border-color: rgb(70,50,254); }
td.TdClassName
{
border-color: #4632FE;
}
.TagClassName
{
border-color: #4632FE;
}
</style>