Shades of Neon Blue #4454FA
Tints of Neon Blue #4454FA
RGB
CMYK
RGB Variations
Color information
#4454FA (or 0x4454FA) is known color: Neon Blue. HEX triplet: 44, 54 and FA. RGB value is (68,84,250). Sum of RGB (Red+Green+Blue) = 68+84+250=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #4454FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4454FA is #BBAB05. Grayscale: #616161. Windows color (decimal): -12299014 or 16405572. OLE color: 16405572.
HSL color Cylindrical-coordinate representation of color #4454FA: hue angle of 234.73º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4454FA is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 84 | 250 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.02 |
| HSL | 234.73º | 0.95% | 0.62% | - |
| HSV(B) | 234.73º | 0.73% | 0.98% | - |
| XYZ | 22.81 | 14.47 | 92.03 | - |
| YUV | 98.14 | 213.7 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 250 | 0.73 | 0.66 | 0 | 0.02 | 234.73 | 0.95 | 0.62 |
| Hex | 44 | 54 | FA | 49 | 42 | 0 | 2 | EB | 5F | 3E |
| Octal | 104 | 124 | 372 | 111 | 102 | 0 | 2 | 353 | 137 | 76 |
| Binary | 1000100 | 1010100 | 11111010 | 1001001 | 1000010 | 0 | 10 | 11101011 | 1011111 | 111110 |
Color Harmonies of #4454FA
Complementary color
Monochromatic Colors of #4454FA
Black with #4454FA
Text Example
Text Example
White with #4454FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4454FA; }
p { color: rgb(68,84,250); }
H1.HeaderClassName
{
color: #4454FA;
}
.AnyTagClassName
{
color: #4454FA;
}
</style>
background-color css
<style>
a { background-color: #4454FA; }
a { background-color: rgb(68,84,250); }
div.DivClassName
{
background-color: #4454FA;
}
.BgClassName
{
background-color: #4454FA;
}
</style>
border-color css
<style>
span { border-color: #4454FA; }
span { border-color: rgb(68,84,250); }
td.TdClassName
{
border-color: #4454FA;
}
.TagClassName
{
border-color: #4454FA;
}
</style>