Shades of Neon Blue #3C41FA
Tints of Neon Blue #3C41FA
RGB
CMYK
RGB Variations
Color information
#3C41FA (or 0x3C41FA) is known color: Neon Blue. HEX triplet: 3C, 41 and FA. RGB value is (60,65,250). Sum of RGB (Red+Green+Blue) = 60+65+250=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C41FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C41FA is #C3BE05. Grayscale: #535353. Windows color (decimal): -12828166 or 16400700. OLE color: 16400700.
HSL color Cylindrical-coordinate representation of color #3C41FA: hue angle of 238.42º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C41FA is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 65 | 250 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.02 |
| HSL | 238.42º | 0.95% | 0.61% | - |
| HSV(B) | 238.42º | 0.76% | 0.98% | - |
| XYZ | 21.01 | 11.64 | 91.58 | - |
| YUV | 84.6 | 221.34 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 250 | 0.76 | 0.74 | 0 | 0.02 | 238.42 | 0.95 | 0.61 |
| Hex | 3C | 41 | FA | 4C | 4A | 0 | 2 | EE | 5F | 3D |
| Octal | 74 | 101 | 372 | 114 | 112 | 0 | 2 | 356 | 137 | 75 |
| Binary | 111100 | 1000001 | 11111010 | 1001100 | 1001010 | 0 | 10 | 11101110 | 1011111 | 111101 |
Color Harmonies of #3C41FA
Complementary color
Monochromatic Colors of #3C41FA
Black with #3C41FA
Text Example
Text Example
White with #3C41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C41FA; }
p { color: rgb(60,65,250); }
H1.HeaderClassName
{
color: #3C41FA;
}
.AnyTagClassName
{
color: #3C41FA;
}
</style>
background-color css
<style>
a { background-color: #3C41FA; }
a { background-color: rgb(60,65,250); }
div.DivClassName
{
background-color: #3C41FA;
}
.BgClassName
{
background-color: #3C41FA;
}
</style>
border-color css
<style>
span { border-color: #3C41FA; }
span { border-color: rgb(60,65,250); }
td.TdClassName
{
border-color: #3C41FA;
}
.TagClassName
{
border-color: #3C41FA;
}
</style>