Shades of Neon Blue #4450FB
Tints of Neon Blue #4450FB
RGB
CMYK
RGB Variations
Color information
#4450FB (or 0x4450FB) is known color: Neon Blue. HEX triplet: 44, 50 and FB. RGB value is (68,80,251). Sum of RGB (Red+Green+Blue) = 68+80+251=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #4450FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4450FB is #BBAF04. Grayscale: #5F5F5F. Windows color (decimal): -12300037 or 16470084. OLE color: 16470084.
HSL color Cylindrical-coordinate representation of color #4450FB: hue angle of 236.07º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4450FB is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 80 | 251 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.02 |
| HSL | 236.07º | 0.96% | 0.63% | - |
| HSV(B) | 236.07º | 0.73% | 0.98% | - |
| XYZ | 22.67 | 13.93 | 92.76 | - |
| YUV | 95.91 | 215.52 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 251 | 0.73 | 0.68 | 0 | 0.02 | 236.07 | 0.96 | 0.63 |
| Hex | 44 | 50 | FB | 49 | 44 | 0 | 2 | EC | 60 | 3F |
| Octal | 104 | 120 | 373 | 111 | 104 | 0 | 2 | 354 | 140 | 77 |
| Binary | 1000100 | 1010000 | 11111011 | 1001001 | 1000100 | 0 | 10 | 11101100 | 1100000 | 111111 |
Color Harmonies of #4450FB
Complementary color
Monochromatic Colors of #4450FB
Black with #4450FB
Text Example
Text Example
White with #4450FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4450FB; }
p { color: rgb(68,80,251); }
H1.HeaderClassName
{
color: #4450FB;
}
.AnyTagClassName
{
color: #4450FB;
}
</style>
background-color css
<style>
a { background-color: #4450FB; }
a { background-color: rgb(68,80,251); }
div.DivClassName
{
background-color: #4450FB;
}
.BgClassName
{
background-color: #4450FB;
}
</style>
border-color css
<style>
span { border-color: #4450FB; }
span { border-color: rgb(68,80,251); }
td.TdClassName
{
border-color: #4450FB;
}
.TagClassName
{
border-color: #4450FB;
}
</style>