Shades of Neon Blue #3F31FE
Tints of Neon Blue #3F31FE
RGB
CMYK
RGB Variations
Color information
#3F31FE (or 0x3F31FE) is known color: Neon Blue. HEX triplet: 3F, 31 and FE. RGB value is (63,49,254). Sum of RGB (Red+Green+Blue) = 63+49+254=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F31FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F31FE is #C0CE01. Grayscale: #4B4B4B. Windows color (decimal): -12635650 or 16658751. OLE color: 16658751.
HSL color Cylindrical-coordinate representation of color #3F31FE: hue angle of 244.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F31FE is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 49 | 254 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.00 |
| HSL | 244.1º | 0.99% | 0.59% | - |
| HSV(B) | 244.1º | 0.81% | 1% | - |
| XYZ | 21.04 | 10.41 | 94.67 | - |
| YUV | 76.56 | 228.14 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 254 | 0.75 | 0.81 | 0 | 0.00 | 244.1 | 0.99 | 0.59 |
| Hex | 3F | 31 | FE | 4B | 51 | 0 | 0 | F4 | 63 | 3B |
| Octal | 77 | 61 | 376 | 113 | 121 | 0 | 0 | 364 | 143 | 73 |
| Binary | 111111 | 110001 | 11111110 | 1001011 | 1010001 | 0 | 0 | 11110100 | 1100011 | 111011 |
Color Harmonies of #3F31FE
Complementary color
Monochromatic Colors of #3F31FE
Black with #3F31FE
Text Example
Text Example
White with #3F31FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F31FE; }
p { color: rgb(63,49,254); }
H1.HeaderClassName
{
color: #3F31FE;
}
.AnyTagClassName
{
color: #3F31FE;
}
</style>
background-color css
<style>
a { background-color: #3F31FE; }
a { background-color: rgb(63,49,254); }
div.DivClassName
{
background-color: #3F31FE;
}
.BgClassName
{
background-color: #3F31FE;
}
</style>
border-color css
<style>
span { border-color: #3F31FE; }
span { border-color: rgb(63,49,254); }
td.TdClassName
{
border-color: #3F31FE;
}
.TagClassName
{
border-color: #3F31FE;
}
</style>