Shades of Neon Blue #4636FB
Tints of Neon Blue #4636FB
RGB
CMYK
RGB Variations
Color information
#4636FB (or 0x4636FB) is known color: Neon Blue. HEX triplet: 46, 36 and FB. RGB value is (70,54,251). Sum of RGB (Red+Green+Blue) = 70+54+251=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #4636FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4636FB is #B9C904. Grayscale: #505050. Windows color (decimal): -12175621 or 16463430. OLE color: 16463430.
HSL color Cylindrical-coordinate representation of color #4636FB: hue angle of 244.87º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4636FB is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 54 | 251 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.02 |
| HSL | 244.87º | 0.96% | 0.6% | - |
| HSV(B) | 244.87º | 0.78% | 0.98% | - |
| XYZ | 21.26 | 10.91 | 92.25 | - |
| YUV | 81.24 | 223.8 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 251 | 0.72 | 0.78 | 0 | 0.02 | 244.87 | 0.96 | 0.6 |
| Hex | 46 | 36 | FB | 48 | 4E | 0 | 2 | F5 | 60 | 3C |
| Octal | 106 | 66 | 373 | 110 | 116 | 0 | 2 | 365 | 140 | 74 |
| Binary | 1000110 | 110110 | 11111011 | 1001000 | 1001110 | 0 | 10 | 11110101 | 1100000 | 111100 |
Color Harmonies of #4636FB
Complementary color
Monochromatic Colors of #4636FB
Black with #4636FB
Text Example
Text Example
White with #4636FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4636FB; }
p { color: rgb(70,54,251); }
H1.HeaderClassName
{
color: #4636FB;
}
.AnyTagClassName
{
color: #4636FB;
}
</style>
background-color css
<style>
a { background-color: #4636FB; }
a { background-color: rgb(70,54,251); }
div.DivClassName
{
background-color: #4636FB;
}
.BgClassName
{
background-color: #4636FB;
}
</style>
border-color css
<style>
span { border-color: #4636FB; }
span { border-color: rgb(70,54,251); }
td.TdClassName
{
border-color: #4636FB;
}
.TagClassName
{
border-color: #4636FB;
}
</style>