Shades of Neon Blue #4053FB
Tints of Neon Blue #4053FB
RGB
CMYK
RGB Variations
Color information
#4053FB (or 0x4053FB) is known color: Neon Blue. HEX triplet: 40, 53 and FB. RGB value is (64,83,251). Sum of RGB (Red+Green+Blue) = 64+83+251=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #4053FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4053FB is #BFAC04. Grayscale: #5F5F5F. Windows color (decimal): -12561413 or 16470848. OLE color: 16470848.
HSL color Cylindrical-coordinate representation of color #4053FB: hue angle of 233.9º 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 #4053FB is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 83 | 251 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.02 |
| HSL | 233.9º | 0.96% | 0.62% | - |
| HSV(B) | 233.9º | 0.75% | 0.98% | - |
| XYZ | 22.62 | 14.24 | 92.82 | - |
| YUV | 96.47 | 215.21 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 251 | 0.75 | 0.67 | 0 | 0.02 | 233.9 | 0.96 | 0.62 |
| Hex | 40 | 53 | FB | 4B | 43 | 0 | 2 | EA | 60 | 3E |
| Octal | 100 | 123 | 373 | 113 | 103 | 0 | 2 | 352 | 140 | 76 |
| Binary | 1000000 | 1010011 | 11111011 | 1001011 | 1000011 | 0 | 10 | 11101010 | 1100000 | 111110 |
Color Harmonies of #4053FB
Complementary color
Monochromatic Colors of #4053FB
Black with #4053FB
Text Example
Text Example
White with #4053FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4053FB; }
p { color: rgb(64,83,251); }
H1.HeaderClassName
{
color: #4053FB;
}
.AnyTagClassName
{
color: #4053FB;
}
</style>
background-color css
<style>
a { background-color: #4053FB; }
a { background-color: rgb(64,83,251); }
div.DivClassName
{
background-color: #4053FB;
}
.BgClassName
{
background-color: #4053FB;
}
</style>
border-color css
<style>
span { border-color: #4053FB; }
span { border-color: rgb(64,83,251); }
td.TdClassName
{
border-color: #4053FB;
}
.TagClassName
{
border-color: #4053FB;
}
</style>