Shades of Neon Blue #3F38FF
Tints of Neon Blue #3F38FF
RGB
CMYK
RGB Variations
Color information
#3F38FF (or 0x3F38FF) is known color: Neon Blue. HEX triplet: 3F, 38 and FF. RGB value is (63,56,255). Sum of RGB (Red+Green+Blue) = 63+56+255=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F38FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F38FF is #C0C700. Grayscale: #4F4F4F. Windows color (decimal): -12633857 or 16726079. OLE color: 16726079.
HSL color Cylindrical-coordinate representation of color #3F38FF: hue angle of 242.11º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F38FF is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 56 | 255 | - |
| CMYK | 0.75 | 0.78 | 0 | 0 |
| HSL | 242.11º | 1% | 0.61% | - |
| HSV(B) | 242.11º | 0.78% | 1% | - |
| XYZ | 21.51 | 11.11 | 95.62 | - |
| YUV | 80.78 | 226.32 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 255 | 0.75 | 0.78 | 0 | 0 | 242.11 | 1 | 0.61 |
| Hex | 3F | 38 | FF | 4B | 4E | 0 | 0 | F2 | 64 | 3D |
| Octal | 77 | 70 | 377 | 113 | 116 | 0 | 0 | 362 | 144 | 75 |
| Binary | 111111 | 111000 | 11111111 | 1001011 | 1001110 | 0 | 0 | 11110010 | 1100100 | 111101 |
Color Harmonies of #3F38FF
Complementary color
Monochromatic Colors of #3F38FF
Black with #3F38FF
Text Example
Text Example
White with #3F38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F38FF; }
p { color: rgb(63,56,255); }
H1.HeaderClassName
{
color: #3F38FF;
}
.AnyTagClassName
{
color: #3F38FF;
}
</style>
background-color css
<style>
a { background-color: #3F38FF; }
a { background-color: rgb(63,56,255); }
div.DivClassName
{
background-color: #3F38FF;
}
.BgClassName
{
background-color: #3F38FF;
}
</style>
border-color css
<style>
span { border-color: #3F38FF; }
span { border-color: rgb(63,56,255); }
td.TdClassName
{
border-color: #3F38FF;
}
.TagClassName
{
border-color: #3F38FF;
}
</style>