Shades of Neon Blue #445CFC
Tints of Neon Blue #445CFC
RGB
CMYK
RGB Variations
Color information
#445CFC (or 0x445CFC) is known color: Neon Blue. HEX triplet: 44, 5C and FC. RGB value is (68,92,252). Sum of RGB (Red+Green+Blue) = 68+92+252=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #445CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445CFC is #BBA303. Grayscale: #666666. Windows color (decimal): -12296964 or 16538692. OLE color: 16538692.
HSL color Cylindrical-coordinate representation of color #445CFC: hue angle of 232.17º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #445CFC is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 92 | 252 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.01 |
| HSL | 232.17º | 0.97% | 0.63% | - |
| HSV(B) | 232.17º | 0.73% | 0.99% | - |
| XYZ | 23.78 | 15.91 | 93.91 | - |
| YUV | 103.06 | 212.05 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 252 | 0.73 | 0.63 | 0 | 0.01 | 232.17 | 0.97 | 0.63 |
| Hex | 44 | 5C | FC | 49 | 3F | 0 | 1 | E8 | 61 | 3F |
| Octal | 104 | 134 | 374 | 111 | 77 | 0 | 1 | 350 | 141 | 77 |
| Binary | 1000100 | 1011100 | 11111100 | 1001001 | 111111 | 0 | 1 | 11101000 | 1100001 | 111111 |
Color Harmonies of #445CFC
Complementary color
Monochromatic Colors of #445CFC
Black with #445CFC
Text Example
Text Example
White with #445CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445CFC; }
p { color: rgb(68,92,252); }
H1.HeaderClassName
{
color: #445CFC;
}
.AnyTagClassName
{
color: #445CFC;
}
</style>
background-color css
<style>
a { background-color: #445CFC; }
a { background-color: rgb(68,92,252); }
div.DivClassName
{
background-color: #445CFC;
}
.BgClassName
{
background-color: #445CFC;
}
</style>
border-color css
<style>
span { border-color: #445CFC; }
span { border-color: rgb(68,92,252); }
td.TdClassName
{
border-color: #445CFC;
}
.TagClassName
{
border-color: #445CFC;
}
</style>