Shades of Neon Blue #3F30FB
Tints of Neon Blue #3F30FB
RGB
CMYK
RGB Variations
Color information
#3F30FB (or 0x3F30FB) is known color: Neon Blue. HEX triplet: 3F, 30 and FB. RGB value is (63,48,251). Sum of RGB (Red+Green+Blue) = 63+48+251=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F30FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F30FB is #C0CF04. Grayscale: #4A4A4A. Windows color (decimal): -12635909 or 16461887. OLE color: 16461887.
HSL color Cylindrical-coordinate representation of color #3F30FB: hue angle of 244.43º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F30FB is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 48 | 251 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.02 |
| HSL | 244.43º | 0.96% | 0.59% | - |
| HSV(B) | 244.43º | 0.81% | 0.98% | - |
| XYZ | 20.52 | 10.14 | 92.14 | - |
| YUV | 75.63 | 226.97 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 251 | 0.75 | 0.81 | 0 | 0.02 | 244.43 | 0.96 | 0.59 |
| Hex | 3F | 30 | FB | 4B | 51 | 0 | 2 | F4 | 60 | 3B |
| Octal | 77 | 60 | 373 | 113 | 121 | 0 | 2 | 364 | 140 | 73 |
| Binary | 111111 | 110000 | 11111011 | 1001011 | 1010001 | 0 | 10 | 11110100 | 1100000 | 111011 |
Color Harmonies of #3F30FB
Complementary color
Monochromatic Colors of #3F30FB
Black with #3F30FB
Text Example
Text Example
White with #3F30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F30FB; }
p { color: rgb(63,48,251); }
H1.HeaderClassName
{
color: #3F30FB;
}
.AnyTagClassName
{
color: #3F30FB;
}
</style>
background-color css
<style>
a { background-color: #3F30FB; }
a { background-color: rgb(63,48,251); }
div.DivClassName
{
background-color: #3F30FB;
}
.BgClassName
{
background-color: #3F30FB;
}
</style>
border-color css
<style>
span { border-color: #3F30FB; }
span { border-color: rgb(63,48,251); }
td.TdClassName
{
border-color: #3F30FB;
}
.TagClassName
{
border-color: #3F30FB;
}
</style>