Shades of Neon Blue #4044FB
Tints of Neon Blue #4044FB
RGB
CMYK
RGB Variations
Color information
#4044FB (or 0x4044FB) is known color: Neon Blue. HEX triplet: 40, 44 and FB. RGB value is (64,68,251). Sum of RGB (Red+Green+Blue) = 64+68+251=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #4044FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4044FB is #BFBB04. Grayscale: #565656. Windows color (decimal): -12565253 or 16467008. OLE color: 16467008.
HSL color Cylindrical-coordinate representation of color #4044FB: hue angle of 238.72º 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 #4044FB is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 68 | 251 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.02 |
| HSL | 238.72º | 0.96% | 0.62% | - |
| HSV(B) | 238.72º | 0.75% | 0.98% | - |
| XYZ | 21.59 | 12.19 | 92.48 | - |
| YUV | 87.67 | 220.17 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 251 | 0.75 | 0.73 | 0 | 0.02 | 238.72 | 0.96 | 0.62 |
| Hex | 40 | 44 | FB | 4B | 49 | 0 | 2 | EF | 60 | 3E |
| Octal | 100 | 104 | 373 | 113 | 111 | 0 | 2 | 357 | 140 | 76 |
| Binary | 1000000 | 1000100 | 11111011 | 1001011 | 1001001 | 0 | 10 | 11101111 | 1100000 | 111110 |
Color Harmonies of #4044FB
Complementary color
Monochromatic Colors of #4044FB
Black with #4044FB
Text Example
Text Example
White with #4044FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4044FB; }
p { color: rgb(64,68,251); }
H1.HeaderClassName
{
color: #4044FB;
}
.AnyTagClassName
{
color: #4044FB;
}
</style>
background-color css
<style>
a { background-color: #4044FB; }
a { background-color: rgb(64,68,251); }
div.DivClassName
{
background-color: #4044FB;
}
.BgClassName
{
background-color: #4044FB;
}
</style>
border-color css
<style>
span { border-color: #4044FB; }
span { border-color: rgb(64,68,251); }
td.TdClassName
{
border-color: #4044FB;
}
.TagClassName
{
border-color: #4044FB;
}
</style>