Shades of Neon Blue #3F3AFC
Tints of Neon Blue #3F3AFC
RGB
CMYK
RGB Variations
Color information
#3F3AFC (or 0x3F3AFC) is known color: Neon Blue. HEX triplet: 3F, 3A and FC. RGB value is (63,58,252). Sum of RGB (Red+Green+Blue) = 63+58+252=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F3AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F3AFC is #C0C503. Grayscale: #505050. Windows color (decimal): -12633348 or 16529983. OLE color: 16529983.
HSL color Cylindrical-coordinate representation of color #3F3AFC: hue angle of 241.55º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F3AFC is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 58 | 252 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.01 |
| HSL | 241.55º | 0.97% | 0.61% | - |
| HSV(B) | 241.55º | 0.77% | 0.99% | - |
| XYZ | 21.13 | 11.11 | 93.13 | - |
| YUV | 81.61 | 224.16 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 252 | 0.75 | 0.77 | 0 | 0.01 | 241.55 | 0.97 | 0.61 |
| Hex | 3F | 3A | FC | 4B | 4D | 0 | 1 | F2 | 61 | 3D |
| Octal | 77 | 72 | 374 | 113 | 115 | 0 | 1 | 362 | 141 | 75 |
| Binary | 111111 | 111010 | 11111100 | 1001011 | 1001101 | 0 | 1 | 11110010 | 1100001 | 111101 |
Color Harmonies of #3F3AFC
Complementary color
Monochromatic Colors of #3F3AFC
Black with #3F3AFC
Text Example
Text Example
White with #3F3AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3AFC; }
p { color: rgb(63,58,252); }
H1.HeaderClassName
{
color: #3F3AFC;
}
.AnyTagClassName
{
color: #3F3AFC;
}
</style>
background-color css
<style>
a { background-color: #3F3AFC; }
a { background-color: rgb(63,58,252); }
div.DivClassName
{
background-color: #3F3AFC;
}
.BgClassName
{
background-color: #3F3AFC;
}
</style>
border-color css
<style>
span { border-color: #3F3AFC; }
span { border-color: rgb(63,58,252); }
td.TdClassName
{
border-color: #3F3AFC;
}
.TagClassName
{
border-color: #3F3AFC;
}
</style>