Shades of Neon Blue #3449FC
Tints of Neon Blue #3449FC
RGB
CMYK
RGB Variations
Color information
#3449FC (or 0x3449FC) is known color: Neon Blue. HEX triplet: 34, 49 and FC. RGB value is (52,73,252). Sum of RGB (Red+Green+Blue) = 52+73+252=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #3449FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3449FC is #CBB603. Grayscale: #565656. Windows color (decimal): -13350404 or 16533812. OLE color: 16533812.
HSL color Cylindrical-coordinate representation of color #3449FC: hue angle of 233.7º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3449FC is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 73 | 252 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.01 |
| HSL | 233.7º | 0.97% | 0.6% | - |
| HSV(B) | 233.7º | 0.79% | 0.99% | - |
| XYZ | 21.37 | 12.52 | 93.39 | - |
| YUV | 87.13 | 221.04 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 252 | 0.79 | 0.71 | 0 | 0.01 | 233.7 | 0.97 | 0.6 |
| Hex | 34 | 49 | FC | 4F | 47 | 0 | 1 | EA | 61 | 3C |
| Octal | 64 | 111 | 374 | 117 | 107 | 0 | 1 | 352 | 141 | 74 |
| Binary | 110100 | 1001001 | 11111100 | 1001111 | 1000111 | 0 | 1 | 11101010 | 1100001 | 111100 |
Color Harmonies of #3449FC
Complementary color
Monochromatic Colors of #3449FC
Black with #3449FC
Text Example
Text Example
White with #3449FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3449FC; }
p { color: rgb(52,73,252); }
H1.HeaderClassName
{
color: #3449FC;
}
.AnyTagClassName
{
color: #3449FC;
}
</style>
background-color css
<style>
a { background-color: #3449FC; }
a { background-color: rgb(52,73,252); }
div.DivClassName
{
background-color: #3449FC;
}
.BgClassName
{
background-color: #3449FC;
}
</style>
border-color css
<style>
span { border-color: #3449FC; }
span { border-color: rgb(52,73,252); }
td.TdClassName
{
border-color: #3449FC;
}
.TagClassName
{
border-color: #3449FC;
}
</style>