Shades of Neon Blue #4454F1
Tints of Neon Blue #4454F1
RGB
CMYK
RGB Variations
Color information
#4454F1 (or 0x4454F1) is known color: Neon Blue. HEX triplet: 44, 54 and F1. RGB value is (68,84,241). Sum of RGB (Red+Green+Blue) = 68+84+241=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #4454F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4454F1 is #BBAB0E. Grayscale: #606060. Windows color (decimal): -12299023 or 15815748. OLE color: 15815748.
HSL color Cylindrical-coordinate representation of color #4454F1: hue angle of 234.45º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4454F1 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 84 | 241 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.05 |
| HSL | 234.45º | 0.86% | 0.61% | - |
| HSV(B) | 234.45º | 0.72% | 0.95% | - |
| XYZ | 21.43 | 13.92 | 84.78 | - |
| YUV | 97.11 | 209.2 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 241 | 0.72 | 0.65 | 0 | 0.05 | 234.45 | 0.86 | 0.61 |
| Hex | 44 | 54 | F1 | 48 | 41 | 0 | 5 | EA | 56 | 3D |
| Octal | 104 | 124 | 361 | 110 | 101 | 0 | 5 | 352 | 126 | 75 |
| Binary | 1000100 | 1010100 | 11110001 | 1001000 | 1000001 | 0 | 101 | 11101010 | 1010110 | 111101 |
Color Harmonies of #4454F1
Complementary color
Monochromatic Colors of #4454F1
Black with #4454F1
Text Example
Text Example
White with #4454F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4454F1; }
p { color: rgb(68,84,241); }
H1.HeaderClassName
{
color: #4454F1;
}
.AnyTagClassName
{
color: #4454F1;
}
</style>
background-color css
<style>
a { background-color: #4454F1; }
a { background-color: rgb(68,84,241); }
div.DivClassName
{
background-color: #4454F1;
}
.BgClassName
{
background-color: #4454F1;
}
</style>
border-color css
<style>
span { border-color: #4454F1; }
span { border-color: rgb(68,84,241); }
td.TdClassName
{
border-color: #4454F1;
}
.TagClassName
{
border-color: #4454F1;
}
</style>