Shades of Neon Blue #3F32F3
Tints of Neon Blue #3F32F3
RGB
CMYK
RGB Variations
Color information
#3F32F3 (or 0x3F32F3) is known color: Neon Blue. HEX triplet: 3F, 32 and F3. RGB value is (63,50,243). Sum of RGB (Red+Green+Blue) = 63+50+243=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #3F32F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F32F3 is #C0CD0C. Grayscale: #4B4B4B. Windows color (decimal): -12635405 or 15938111. OLE color: 15938111.
HSL color Cylindrical-coordinate representation of color #3F32F3: hue angle of 244.04º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F32F3 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 50 | 243 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.05 |
| HSL | 244.04º | 0.89% | 0.57% | - |
| HSV(B) | 244.04º | 0.79% | 0.95% | - |
| XYZ | 19.37 | 9.81 | 85.67 | - |
| YUV | 75.89 | 222.31 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 243 | 0.74 | 0.79 | 0 | 0.05 | 244.04 | 0.89 | 0.57 |
| Hex | 3F | 32 | F3 | 4A | 4F | 0 | 5 | F4 | 59 | 39 |
| Octal | 77 | 62 | 363 | 112 | 117 | 0 | 5 | 364 | 131 | 71 |
| Binary | 111111 | 110010 | 11110011 | 1001010 | 1001111 | 0 | 101 | 11110100 | 1011001 | 111001 |
Color Harmonies of #3F32F3
Complementary color
Monochromatic Colors of #3F32F3
Black with #3F32F3
Text Example
Text Example
White with #3F32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F32F3; }
p { color: rgb(63,50,243); }
H1.HeaderClassName
{
color: #3F32F3;
}
.AnyTagClassName
{
color: #3F32F3;
}
</style>
background-color css
<style>
a { background-color: #3F32F3; }
a { background-color: rgb(63,50,243); }
div.DivClassName
{
background-color: #3F32F3;
}
.BgClassName
{
background-color: #3F32F3;
}
</style>
border-color css
<style>
span { border-color: #3F32F3; }
span { border-color: rgb(63,50,243); }
td.TdClassName
{
border-color: #3F32F3;
}
.TagClassName
{
border-color: #3F32F3;
}
</style>