Shades of Neon Blue #3C37FA
Tints of Neon Blue #3C37FA
RGB
CMYK
RGB Variations
Color information
#3C37FA (or 0x3C37FA) is known color: Neon Blue. HEX triplet: 3C, 37 and FA. RGB value is (60,55,250). Sum of RGB (Red+Green+Blue) = 60+55+250=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C37FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C37FA is #C3C805. Grayscale: #4D4D4D. Windows color (decimal): -12830726 or 16398140. OLE color: 16398140.
HSL color Cylindrical-coordinate representation of color #3C37FA: hue angle of 241.54º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C37FA is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 55 | 250 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.02 |
| HSL | 241.54º | 0.95% | 0.6% | - |
| HSV(B) | 241.54º | 0.78% | 0.98% | - |
| XYZ | 20.48 | 10.6 | 91.41 | - |
| YUV | 78.73 | 224.66 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 250 | 0.76 | 0.78 | 0 | 0.02 | 241.54 | 0.95 | 0.6 |
| Hex | 3C | 37 | FA | 4C | 4E | 0 | 2 | F2 | 5F | 3C |
| Octal | 74 | 67 | 372 | 114 | 116 | 0 | 2 | 362 | 137 | 74 |
| Binary | 111100 | 110111 | 11111010 | 1001100 | 1001110 | 0 | 10 | 11110010 | 1011111 | 111100 |
Color Harmonies of #3C37FA
Complementary color
Monochromatic Colors of #3C37FA
Black with #3C37FA
Text Example
Text Example
White with #3C37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C37FA; }
p { color: rgb(60,55,250); }
H1.HeaderClassName
{
color: #3C37FA;
}
.AnyTagClassName
{
color: #3C37FA;
}
</style>
background-color css
<style>
a { background-color: #3C37FA; }
a { background-color: rgb(60,55,250); }
div.DivClassName
{
background-color: #3C37FA;
}
.BgClassName
{
background-color: #3C37FA;
}
</style>
border-color css
<style>
span { border-color: #3C37FA; }
span { border-color: rgb(60,55,250); }
td.TdClassName
{
border-color: #3C37FA;
}
.TagClassName
{
border-color: #3C37FA;
}
</style>