Shades of Neon Blue #3A38FC
Tints of Neon Blue #3A38FC
RGB
CMYK
RGB Variations
Color information
#3A38FC (or 0x3A38FC) is known color: Neon Blue. HEX triplet: 3A, 38 and FC. RGB value is (58,56,252). Sum of RGB (Red+Green+Blue) = 58+56+252=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A38FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A38FC is #C5C703. Grayscale: #4E4E4E. Windows color (decimal): -12961540 or 16529466. OLE color: 16529466.
HSL color Cylindrical-coordinate representation of color #3A38FC: hue angle of 240.61º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A38FC is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 56 | 252 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.01 |
| HSL | 240.61º | 0.97% | 0.6% | - |
| HSV(B) | 240.61º | 0.78% | 0.99% | - |
| XYZ | 20.73 | 10.76 | 93.08 | - |
| YUV | 78.94 | 225.66 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 252 | 0.77 | 0.78 | 0 | 0.01 | 240.61 | 0.97 | 0.6 |
| Hex | 3A | 38 | FC | 4D | 4E | 0 | 1 | F1 | 61 | 3C |
| Octal | 72 | 70 | 374 | 115 | 116 | 0 | 1 | 361 | 141 | 74 |
| Binary | 111010 | 111000 | 11111100 | 1001101 | 1001110 | 0 | 1 | 11110001 | 1100001 | 111100 |
Color Harmonies of #3A38FC
Complementary color
Monochromatic Colors of #3A38FC
Black with #3A38FC
Text Example
Text Example
White with #3A38FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A38FC; }
p { color: rgb(58,56,252); }
H1.HeaderClassName
{
color: #3A38FC;
}
.AnyTagClassName
{
color: #3A38FC;
}
</style>
background-color css
<style>
a { background-color: #3A38FC; }
a { background-color: rgb(58,56,252); }
div.DivClassName
{
background-color: #3A38FC;
}
.BgClassName
{
background-color: #3A38FC;
}
</style>
border-color css
<style>
span { border-color: #3A38FC; }
span { border-color: rgb(58,56,252); }
td.TdClassName
{
border-color: #3A38FC;
}
.TagClassName
{
border-color: #3A38FC;
}
</style>