Shades of Neon Blue #4636FE
Tints of Neon Blue #4636FE
RGB
CMYK
RGB Variations
Color information
#4636FE (or 0x4636FE) is known color: Neon Blue. HEX triplet: 46, 36 and FE. RGB value is (70,54,254). Sum of RGB (Red+Green+Blue) = 70+54+254=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #4636FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4636FE is #B9C901. Grayscale: #505050. Windows color (decimal): -12175618 or 16660038. OLE color: 16660038.
HSL color Cylindrical-coordinate representation of color #4636FE: hue angle of 244.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4636FE is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 54 | 254 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.00 |
| HSL | 244.8º | 0.99% | 0.6% | - |
| HSV(B) | 244.8º | 0.79% | 1% | - |
| XYZ | 21.73 | 11.1 | 94.76 | - |
| YUV | 81.58 | 225.3 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 254 | 0.72 | 0.79 | 0 | 0.00 | 244.8 | 0.99 | 0.6 |
| Hex | 46 | 36 | FE | 48 | 4F | 0 | 0 | F5 | 63 | 3C |
| Octal | 106 | 66 | 376 | 110 | 117 | 0 | 0 | 365 | 143 | 74 |
| Binary | 1000110 | 110110 | 11111110 | 1001000 | 1001111 | 0 | 0 | 11110101 | 1100011 | 111100 |
Color Harmonies of #4636FE
Complementary color
Monochromatic Colors of #4636FE
Black with #4636FE
Text Example
Text Example
White with #4636FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4636FE; }
p { color: rgb(70,54,254); }
H1.HeaderClassName
{
color: #4636FE;
}
.AnyTagClassName
{
color: #4636FE;
}
</style>
background-color css
<style>
a { background-color: #4636FE; }
a { background-color: rgb(70,54,254); }
div.DivClassName
{
background-color: #4636FE;
}
.BgClassName
{
background-color: #4636FE;
}
</style>
border-color css
<style>
span { border-color: #4636FE; }
span { border-color: rgb(70,54,254); }
td.TdClassName
{
border-color: #4636FE;
}
.TagClassName
{
border-color: #4636FE;
}
</style>