Shades of Neon Blue #3138FA
Tints of Neon Blue #3138FA
RGB
CMYK
RGB Variations
Color information
#3138FA (or 0x3138FA) is known color: Neon Blue. HEX triplet: 31, 38 and FA. RGB value is (49,56,250). Sum of RGB (Red+Green+Blue) = 49+56+250=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #3138FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3138FA is #CEC705. Grayscale: #4B4B4B. Windows color (decimal): -13551366 or 16398385. OLE color: 16398385.
HSL color Cylindrical-coordinate representation of color #3138FA: hue angle of 237.91º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3138FA is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 56 | 250 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.02 |
| HSL | 237.91º | 0.95% | 0.59% | - |
| HSV(B) | 237.91º | 0.8% | 0.98% | - |
| XYZ | 19.94 | 10.38 | 91.4 | - |
| YUV | 76.02 | 226.18 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 250 | 0.80 | 0.78 | 0 | 0.02 | 237.91 | 0.95 | 0.59 |
| Hex | 31 | 38 | FA | 50 | 4E | 0 | 2 | EE | 5F | 3B |
| Octal | 61 | 70 | 372 | 120 | 116 | 0 | 2 | 356 | 137 | 73 |
| Binary | 110001 | 111000 | 11111010 | 1010000 | 1001110 | 0 | 10 | 11101110 | 1011111 | 111011 |
Color Harmonies of #3138FA
Complementary color
Monochromatic Colors of #3138FA
Black with #3138FA
Text Example
Text Example
White with #3138FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3138FA; }
p { color: rgb(49,56,250); }
H1.HeaderClassName
{
color: #3138FA;
}
.AnyTagClassName
{
color: #3138FA;
}
</style>
background-color css
<style>
a { background-color: #3138FA; }
a { background-color: rgb(49,56,250); }
div.DivClassName
{
background-color: #3138FA;
}
.BgClassName
{
background-color: #3138FA;
}
</style>
border-color css
<style>
span { border-color: #3138FA; }
span { border-color: rgb(49,56,250); }
td.TdClassName
{
border-color: #3138FA;
}
.TagClassName
{
border-color: #3138FA;
}
</style>