Shades of Neon Blue #445CF7
Tints of Neon Blue #445CF7
RGB
CMYK
RGB Variations
Color information
#445CF7 (or 0x445CF7) is known color: Neon Blue. HEX triplet: 44, 5C and F7. RGB value is (68,92,247). Sum of RGB (Red+Green+Blue) = 68+92+247=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 247 (96.88% from 255 or 60.69% from 407); Max value from RGB is 247 - color contains mainly: blue. Hex color #445CF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445CF7 is #BBA308. Grayscale: #656565. Windows color (decimal): -12296969 or 16211012. OLE color: 16211012.
HSL color Cylindrical-coordinate representation of color #445CF7: hue angle of 231.96º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #445CF7 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 92 | 247 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.03 |
| HSL | 231.96º | 0.92% | 0.62% | - |
| HSV(B) | 231.96º | 0.72% | 0.97% | - |
| XYZ | 23 | 15.6 | 89.79 | - |
| YUV | 102.49 | 209.55 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 247 | 0.72 | 0.63 | 0 | 0.03 | 231.96 | 0.92 | 0.62 |
| Hex | 44 | 5C | F7 | 48 | 3F | 0 | 3 | E8 | 5C | 3E |
| Octal | 104 | 134 | 367 | 110 | 77 | 0 | 3 | 350 | 134 | 76 |
| Binary | 1000100 | 1011100 | 11110111 | 1001000 | 111111 | 0 | 11 | 11101000 | 1011100 | 111110 |
Color Harmonies of #445CF7
Complementary color
Monochromatic Colors of #445CF7
Black with #445CF7
Text Example
Text Example
White with #445CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445CF7; }
p { color: rgb(68,92,247); }
H1.HeaderClassName
{
color: #445CF7;
}
.AnyTagClassName
{
color: #445CF7;
}
</style>
background-color css
<style>
a { background-color: #445CF7; }
a { background-color: rgb(68,92,247); }
div.DivClassName
{
background-color: #445CF7;
}
.BgClassName
{
background-color: #445CF7;
}
</style>
border-color css
<style>
span { border-color: #445CF7; }
span { border-color: rgb(68,92,247); }
td.TdClassName
{
border-color: #445CF7;
}
.TagClassName
{
border-color: #445CF7;
}
</style>