Shades of Neon Blue #395DFE
Tints of Neon Blue #395DFE
RGB
CMYK
RGB Variations
Color information
#395DFE (or 0x395DFE) is known color: Neon Blue. HEX triplet: 39, 5D and FE. RGB value is (57,93,254). Sum of RGB (Red+Green+Blue) = 57+93+254=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #395DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395DFE is #C6A201. Grayscale: #636363. Windows color (decimal): -13017602 or 16670009. OLE color: 16670009.
HSL color Cylindrical-coordinate representation of color #395DFE: hue angle of 229.04º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #395DFE is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 93 | 254 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.00 |
| HSL | 229.04º | 0.99% | 0.61% | - |
| HSV(B) | 229.04º | 0.78% | 1% | - |
| XYZ | 23.49 | 15.85 | 95.59 | - |
| YUV | 100.59 | 214.57 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 254 | 0.78 | 0.63 | 0 | 0.00 | 229.04 | 0.99 | 0.61 |
| Hex | 39 | 5D | FE | 4E | 3F | 0 | 0 | E5 | 63 | 3D |
| Octal | 71 | 135 | 376 | 116 | 77 | 0 | 0 | 345 | 143 | 75 |
| Binary | 111001 | 1011101 | 11111110 | 1001110 | 111111 | 0 | 0 | 11100101 | 1100011 | 111101 |
Color Harmonies of #395DFE
Complementary color
Monochromatic Colors of #395DFE
Black with #395DFE
Text Example
Text Example
White with #395DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395DFE; }
p { color: rgb(57,93,254); }
H1.HeaderClassName
{
color: #395DFE;
}
.AnyTagClassName
{
color: #395DFE;
}
</style>
background-color css
<style>
a { background-color: #395DFE; }
a { background-color: rgb(57,93,254); }
div.DivClassName
{
background-color: #395DFE;
}
.BgClassName
{
background-color: #395DFE;
}
</style>
border-color css
<style>
span { border-color: #395DFE; }
span { border-color: rgb(57,93,254); }
td.TdClassName
{
border-color: #395DFE;
}
.TagClassName
{
border-color: #395DFE;
}
</style>