Shades of Neon Blue #3F34FF
Tints of Neon Blue #3F34FF
RGB
CMYK
RGB Variations
Color information
#3F34FF (or 0x3F34FF) is known color: Neon Blue. HEX triplet: 3F, 34 and FF. RGB value is (63,52,255). Sum of RGB (Red+Green+Blue) = 63+52+255=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F34FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F34FF is #C0CB00. Grayscale: #4D4D4D. Windows color (decimal): -12634881 or 16725055. OLE color: 16725055.
HSL color Cylindrical-coordinate representation of color #3F34FF: hue angle of 243.25º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F34FF is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 52 | 255 | - |
| CMYK | 0.75 | 0.80 | 0 | 0 |
| HSL | 243.25º | 1% | 0.6% | - |
| HSV(B) | 243.25º | 0.8% | 1% | - |
| XYZ | 21.33 | 10.73 | 95.56 | - |
| YUV | 78.43 | 227.64 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 255 | 0.75 | 0.80 | 0 | 0 | 243.25 | 1 | 0.6 |
| Hex | 3F | 34 | FF | 4B | 50 | 0 | 0 | F3 | 64 | 3C |
| Octal | 77 | 64 | 377 | 113 | 120 | 0 | 0 | 363 | 144 | 74 |
| Binary | 111111 | 110100 | 11111111 | 1001011 | 1010000 | 0 | 0 | 11110011 | 1100100 | 111100 |
Color Harmonies of #3F34FF
Complementary color
Monochromatic Colors of #3F34FF
Black with #3F34FF
Text Example
Text Example
White with #3F34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F34FF; }
p { color: rgb(63,52,255); }
H1.HeaderClassName
{
color: #3F34FF;
}
.AnyTagClassName
{
color: #3F34FF;
}
</style>
background-color css
<style>
a { background-color: #3F34FF; }
a { background-color: rgb(63,52,255); }
div.DivClassName
{
background-color: #3F34FF;
}
.BgClassName
{
background-color: #3F34FF;
}
</style>
border-color css
<style>
span { border-color: #3F34FF; }
span { border-color: rgb(63,52,255); }
td.TdClassName
{
border-color: #3F34FF;
}
.TagClassName
{
border-color: #3F34FF;
}
</style>