Shades of Neon Blue #3F37FA
Tints of Neon Blue #3F37FA
RGB
CMYK
RGB Variations
Color information
#3F37FA (or 0x3F37FA) is known color: Neon Blue. HEX triplet: 3F, 37 and FA. RGB value is (63,55,250). Sum of RGB (Red+Green+Blue) = 63+55+250=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F37FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F37FA is #C0C805. Grayscale: #4E4E4E. Windows color (decimal): -12634118 or 16398143. OLE color: 16398143.
HSL color Cylindrical-coordinate representation of color #3F37FA: hue angle of 242.46º 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 #3F37FA is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 55 | 250 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.02 |
| HSL | 242.46º | 0.95% | 0.6% | - |
| HSV(B) | 242.46º | 0.78% | 0.98% | - |
| XYZ | 20.67 | 10.69 | 91.42 | - |
| YUV | 79.62 | 224.15 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 250 | 0.75 | 0.78 | 0 | 0.02 | 242.46 | 0.95 | 0.6 |
| Hex | 3F | 37 | FA | 4B | 4E | 0 | 2 | F2 | 5F | 3C |
| Octal | 77 | 67 | 372 | 113 | 116 | 0 | 2 | 362 | 137 | 74 |
| Binary | 111111 | 110111 | 11111010 | 1001011 | 1001110 | 0 | 10 | 11110010 | 1011111 | 111100 |
Color Harmonies of #3F37FA
Complementary color
Monochromatic Colors of #3F37FA
Black with #3F37FA
Text Example
Text Example
White with #3F37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F37FA; }
p { color: rgb(63,55,250); }
H1.HeaderClassName
{
color: #3F37FA;
}
.AnyTagClassName
{
color: #3F37FA;
}
</style>
background-color css
<style>
a { background-color: #3F37FA; }
a { background-color: rgb(63,55,250); }
div.DivClassName
{
background-color: #3F37FA;
}
.BgClassName
{
background-color: #3F37FA;
}
</style>
border-color css
<style>
span { border-color: #3F37FA; }
span { border-color: rgb(63,55,250); }
td.TdClassName
{
border-color: #3F37FA;
}
.TagClassName
{
border-color: #3F37FA;
}
</style>