Shades of Neon Blue #4454FB
Tints of Neon Blue #4454FB
RGB
CMYK
RGB Variations
Color information
#4454FB (or 0x4454FB) is known color: Neon Blue. HEX triplet: 44, 54 and FB. RGB value is (68,84,251). Sum of RGB (Red+Green+Blue) = 68+84+251=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #4454FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4454FB is #BBAB04. Grayscale: #616161. Windows color (decimal): -12299013 or 16471108. OLE color: 16471108.
HSL color Cylindrical-coordinate representation of color #4454FB: hue angle of 234.75º 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 #4454FB is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 84 | 251 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.02 |
| HSL | 234.75º | 0.96% | 0.63% | - |
| HSV(B) | 234.75º | 0.73% | 0.98% | - |
| XYZ | 22.97 | 14.53 | 92.86 | - |
| YUV | 98.25 | 214.2 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 251 | 0.73 | 0.67 | 0 | 0.02 | 234.75 | 0.96 | 0.63 |
| Hex | 44 | 54 | FB | 49 | 43 | 0 | 2 | EB | 60 | 3F |
| Octal | 104 | 124 | 373 | 111 | 103 | 0 | 2 | 353 | 140 | 77 |
| Binary | 1000100 | 1010100 | 11111011 | 1001001 | 1000011 | 0 | 10 | 11101011 | 1100000 | 111111 |
Color Harmonies of #4454FB
Complementary color
Monochromatic Colors of #4454FB
Black with #4454FB
Text Example
Text Example
White with #4454FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4454FB; }
p { color: rgb(68,84,251); }
H1.HeaderClassName
{
color: #4454FB;
}
.AnyTagClassName
{
color: #4454FB;
}
</style>
background-color css
<style>
a { background-color: #4454FB; }
a { background-color: rgb(68,84,251); }
div.DivClassName
{
background-color: #4454FB;
}
.BgClassName
{
background-color: #4454FB;
}
</style>
border-color css
<style>
span { border-color: #4454FB; }
span { border-color: rgb(68,84,251); }
td.TdClassName
{
border-color: #4454FB;
}
.TagClassName
{
border-color: #4454FB;
}
</style>