Shades of Neon Blue #4046FB
Tints of Neon Blue #4046FB
RGB
CMYK
RGB Variations
Color information
#4046FB (or 0x4046FB) is known color: Neon Blue. HEX triplet: 40, 46 and FB. RGB value is (64,70,251). Sum of RGB (Red+Green+Blue) = 64+70+251=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #4046FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4046FB is #BFB904. Grayscale: #585858. Windows color (decimal): -12564741 or 16467520. OLE color: 16467520.
HSL color Cylindrical-coordinate representation of color #4046FB: hue angle of 238.07º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4046FB is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 70 | 251 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.02 |
| HSL | 238.07º | 0.96% | 0.62% | - |
| HSV(B) | 238.07º | 0.75% | 0.98% | - |
| XYZ | 21.72 | 12.44 | 92.52 | - |
| YUV | 88.84 | 219.51 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 251 | 0.75 | 0.72 | 0 | 0.02 | 238.07 | 0.96 | 0.62 |
| Hex | 40 | 46 | FB | 4B | 48 | 0 | 2 | EE | 60 | 3E |
| Octal | 100 | 106 | 373 | 113 | 110 | 0 | 2 | 356 | 140 | 76 |
| Binary | 1000000 | 1000110 | 11111011 | 1001011 | 1001000 | 0 | 10 | 11101110 | 1100000 | 111110 |
Color Harmonies of #4046FB
Complementary color
Monochromatic Colors of #4046FB
Black with #4046FB
Text Example
Text Example
White with #4046FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4046FB; }
p { color: rgb(64,70,251); }
H1.HeaderClassName
{
color: #4046FB;
}
.AnyTagClassName
{
color: #4046FB;
}
</style>
background-color css
<style>
a { background-color: #4046FB; }
a { background-color: rgb(64,70,251); }
div.DivClassName
{
background-color: #4046FB;
}
.BgClassName
{
background-color: #4046FB;
}
</style>
border-color css
<style>
span { border-color: #4046FB; }
span { border-color: rgb(64,70,251); }
td.TdClassName
{
border-color: #4046FB;
}
.TagClassName
{
border-color: #4046FB;
}
</style>