Shades of Neon Blue #3A42FB
Tints of Neon Blue #3A42FB
RGB
CMYK
RGB Variations
Color information
#3A42FB (or 0x3A42FB) is known color: Neon Blue. HEX triplet: 3A, 42 and FB. RGB value is (58,66,251). Sum of RGB (Red+Green+Blue) = 58+66+251=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A42FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A42FB is #C5BD04. Grayscale: #535353. Windows color (decimal): -12958981 or 16466490. OLE color: 16466490.
HSL color Cylindrical-coordinate representation of color #3A42FB: hue angle of 237.51º 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 #3A42FB is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 66 | 251 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.02 |
| HSL | 237.51º | 0.96% | 0.61% | - |
| HSV(B) | 237.51º | 0.77% | 0.98% | - |
| XYZ | 21.11 | 11.76 | 92.42 | - |
| YUV | 84.7 | 221.85 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 251 | 0.77 | 0.74 | 0 | 0.02 | 237.51 | 0.96 | 0.61 |
| Hex | 3A | 42 | FB | 4D | 4A | 0 | 2 | EE | 60 | 3D |
| Octal | 72 | 102 | 373 | 115 | 112 | 0 | 2 | 356 | 140 | 75 |
| Binary | 111010 | 1000010 | 11111011 | 1001101 | 1001010 | 0 | 10 | 11101110 | 1100000 | 111101 |
Color Harmonies of #3A42FB
Complementary color
Monochromatic Colors of #3A42FB
Black with #3A42FB
Text Example
Text Example
White with #3A42FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A42FB; }
p { color: rgb(58,66,251); }
H1.HeaderClassName
{
color: #3A42FB;
}
.AnyTagClassName
{
color: #3A42FB;
}
</style>
background-color css
<style>
a { background-color: #3A42FB; }
a { background-color: rgb(58,66,251); }
div.DivClassName
{
background-color: #3A42FB;
}
.BgClassName
{
background-color: #3A42FB;
}
</style>
border-color css
<style>
span { border-color: #3A42FB; }
span { border-color: rgb(58,66,251); }
td.TdClassName
{
border-color: #3A42FB;
}
.TagClassName
{
border-color: #3A42FB;
}
</style>