Shades of Neon Blue #4636FF
Tints of Neon Blue #4636FF
RGB
CMYK
RGB Variations
Color information
#4636FF (or 0x4636FF) is known color: Neon Blue. HEX triplet: 46, 36 and FF. RGB value is (70,54,255). Sum of RGB (Red+Green+Blue) = 70+54+255=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #4636FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4636FF is #B9C900. Grayscale: #505050. Windows color (decimal): -12175617 or 16725574. OLE color: 16725574.
HSL color Cylindrical-coordinate representation of color #4636FF: hue angle of 244.78º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4636FF is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 54 | 255 | - |
| CMYK | 0.73 | 0.79 | 0 | 0 |
| HSL | 244.78º | 1% | 0.61% | - |
| HSV(B) | 244.78º | 0.79% | 1% | - |
| XYZ | 21.89 | 11.16 | 95.61 | - |
| YUV | 81.7 | 225.8 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 255 | 0.73 | 0.79 | 0 | 0 | 244.78 | 1 | 0.61 |
| Hex | 46 | 36 | FF | 49 | 4F | 0 | 0 | F5 | 64 | 3D |
| Octal | 106 | 66 | 377 | 111 | 117 | 0 | 0 | 365 | 144 | 75 |
| Binary | 1000110 | 110110 | 11111111 | 1001001 | 1001111 | 0 | 0 | 11110101 | 1100100 | 111101 |
Color Harmonies of #4636FF
Complementary color
Monochromatic Colors of #4636FF
Black with #4636FF
Text Example
Text Example
White with #4636FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4636FF; }
p { color: rgb(70,54,255); }
H1.HeaderClassName
{
color: #4636FF;
}
.AnyTagClassName
{
color: #4636FF;
}
</style>
background-color css
<style>
a { background-color: #4636FF; }
a { background-color: rgb(70,54,255); }
div.DivClassName
{
background-color: #4636FF;
}
.BgClassName
{
background-color: #4636FF;
}
</style>
border-color css
<style>
span { border-color: #4636FF; }
span { border-color: rgb(70,54,255); }
td.TdClassName
{
border-color: #4636FF;
}
.TagClassName
{
border-color: #4636FF;
}
</style>