Shades of Neon Blue #4043FB
Tints of Neon Blue #4043FB
RGB
CMYK
RGB Variations
Color information
#4043FB (or 0x4043FB) is known color: Neon Blue. HEX triplet: 40, 43 and FB. RGB value is (64,67,251). Sum of RGB (Red+Green+Blue) = 64+67+251=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #4043FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4043FB is #BFBC04. Grayscale: #565656. Windows color (decimal): -12565509 or 16466752. OLE color: 16466752.
HSL color Cylindrical-coordinate representation of color #4043FB: hue angle of 239.04º 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 #4043FB is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 67 | 251 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.02 |
| HSL | 239.04º | 0.96% | 0.62% | - |
| HSV(B) | 239.04º | 0.75% | 0.98% | - |
| XYZ | 21.53 | 12.07 | 92.46 | - |
| YUV | 87.08 | 220.51 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 251 | 0.75 | 0.73 | 0 | 0.02 | 239.04 | 0.96 | 0.62 |
| Hex | 40 | 43 | FB | 4B | 49 | 0 | 2 | EF | 60 | 3E |
| Octal | 100 | 103 | 373 | 113 | 111 | 0 | 2 | 357 | 140 | 76 |
| Binary | 1000000 | 1000011 | 11111011 | 1001011 | 1001001 | 0 | 10 | 11101111 | 1100000 | 111110 |
Color Harmonies of #4043FB
Complementary color
Monochromatic Colors of #4043FB
Black with #4043FB
Text Example
Text Example
White with #4043FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4043FB; }
p { color: rgb(64,67,251); }
H1.HeaderClassName
{
color: #4043FB;
}
.AnyTagClassName
{
color: #4043FB;
}
</style>
background-color css
<style>
a { background-color: #4043FB; }
a { background-color: rgb(64,67,251); }
div.DivClassName
{
background-color: #4043FB;
}
.BgClassName
{
background-color: #4043FB;
}
</style>
border-color css
<style>
span { border-color: #4043FB; }
span { border-color: rgb(64,67,251); }
td.TdClassName
{
border-color: #4043FB;
}
.TagClassName
{
border-color: #4043FB;
}
</style>