Shades of Neon Blue #3A44FB
Tints of Neon Blue #3A44FB
RGB
CMYK
RGB Variations
Color information
#3A44FB (or 0x3A44FB) is known color: Neon Blue. HEX triplet: 3A, 44 and FB. RGB value is (58,68,251). Sum of RGB (Red+Green+Blue) = 58+68+251=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A44FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A44FB is #C5BB04. Grayscale: #555555. Windows color (decimal): -12958469 or 16467002. OLE color: 16467002.
HSL color Cylindrical-coordinate representation of color #3A44FB: hue angle of 236.89º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A44FB is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 68 | 251 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.02 |
| HSL | 236.89º | 0.96% | 0.61% | - |
| HSV(B) | 236.89º | 0.77% | 0.98% | - |
| XYZ | 21.22 | 12 | 92.46 | - |
| YUV | 85.87 | 221.19 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 251 | 0.77 | 0.73 | 0 | 0.02 | 236.89 | 0.96 | 0.61 |
| Hex | 3A | 44 | FB | 4D | 49 | 0 | 2 | ED | 60 | 3D |
| Octal | 72 | 104 | 373 | 115 | 111 | 0 | 2 | 355 | 140 | 75 |
| Binary | 111010 | 1000100 | 11111011 | 1001101 | 1001001 | 0 | 10 | 11101101 | 1100000 | 111101 |
Color Harmonies of #3A44FB
Complementary color
Monochromatic Colors of #3A44FB
Black with #3A44FB
Text Example
Text Example
White with #3A44FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A44FB; }
p { color: rgb(58,68,251); }
H1.HeaderClassName
{
color: #3A44FB;
}
.AnyTagClassName
{
color: #3A44FB;
}
</style>
background-color css
<style>
a { background-color: #3A44FB; }
a { background-color: rgb(58,68,251); }
div.DivClassName
{
background-color: #3A44FB;
}
.BgClassName
{
background-color: #3A44FB;
}
</style>
border-color css
<style>
span { border-color: #3A44FB; }
span { border-color: rgb(58,68,251); }
td.TdClassName
{
border-color: #3A44FB;
}
.TagClassName
{
border-color: #3A44FB;
}
</style>