Shades of Neon Blue #3A4FFB
Tints of Neon Blue #3A4FFB
RGB
CMYK
RGB Variations
Color information
#3A4FFB (or 0x3A4FFB) is known color: Neon Blue. HEX triplet: 3A, 4F and FB. RGB value is (58,79,251). Sum of RGB (Red+Green+Blue) = 58+79+251=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A4FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A4FFB is #C5B004. Grayscale: #5B5B5B. Windows color (decimal): -12955653 or 16469818. OLE color: 16469818.
HSL color Cylindrical-coordinate representation of color #3A4FFB: hue angle of 233.47º 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 #3A4FFB is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 79 | 251 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.02 |
| HSL | 233.47º | 0.96% | 0.61% | - |
| HSV(B) | 233.47º | 0.77% | 0.98% | - |
| XYZ | 21.95 | 13.46 | 92.71 | - |
| YUV | 92.33 | 217.54 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 251 | 0.77 | 0.69 | 0 | 0.02 | 233.47 | 0.96 | 0.61 |
| Hex | 3A | 4F | FB | 4D | 45 | 0 | 2 | E9 | 60 | 3D |
| Octal | 72 | 117 | 373 | 115 | 105 | 0 | 2 | 351 | 140 | 75 |
| Binary | 111010 | 1001111 | 11111011 | 1001101 | 1000101 | 0 | 10 | 11101001 | 1100000 | 111101 |
Color Harmonies of #3A4FFB
Complementary color
Monochromatic Colors of #3A4FFB
Black with #3A4FFB
Text Example
Text Example
White with #3A4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4FFB; }
p { color: rgb(58,79,251); }
H1.HeaderClassName
{
color: #3A4FFB;
}
.AnyTagClassName
{
color: #3A4FFB;
}
</style>
background-color css
<style>
a { background-color: #3A4FFB; }
a { background-color: rgb(58,79,251); }
div.DivClassName
{
background-color: #3A4FFB;
}
.BgClassName
{
background-color: #3A4FFB;
}
</style>
border-color css
<style>
span { border-color: #3A4FFB; }
span { border-color: rgb(58,79,251); }
td.TdClassName
{
border-color: #3A4FFB;
}
.TagClassName
{
border-color: #3A4FFB;
}
</style>