Shades of Neon Blue #4152FE
Tints of Neon Blue #4152FE
RGB
CMYK
RGB Variations
Color information
#4152FE (or 0x4152FE) is known color: Neon Blue. HEX triplet: 41, 52 and FE. RGB value is (65,82,254). Sum of RGB (Red+Green+Blue) = 65+82+254=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #4152FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4152FE is #BEAD01. Grayscale: #5F5F5F. Windows color (decimal): -12496130 or 16667201. OLE color: 16667201.
HSL color Cylindrical-coordinate representation of color #4152FE: hue angle of 234.6º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4152FE is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 82 | 254 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.00 |
| HSL | 234.6º | 0.99% | 0.63% | - |
| HSV(B) | 234.6º | 0.74% | 1% | - |
| XYZ | 23.09 | 14.31 | 95.31 | - |
| YUV | 96.53 | 216.87 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 254 | 0.74 | 0.68 | 0 | 0.00 | 234.6 | 0.99 | 0.63 |
| Hex | 41 | 52 | FE | 4A | 44 | 0 | 0 | EB | 63 | 3F |
| Octal | 101 | 122 | 376 | 112 | 104 | 0 | 0 | 353 | 143 | 77 |
| Binary | 1000001 | 1010010 | 11111110 | 1001010 | 1000100 | 0 | 0 | 11101011 | 1100011 | 111111 |
Color Harmonies of #4152FE
Complementary color
Monochromatic Colors of #4152FE
Black with #4152FE
Text Example
Text Example
White with #4152FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4152FE; }
p { color: rgb(65,82,254); }
H1.HeaderClassName
{
color: #4152FE;
}
.AnyTagClassName
{
color: #4152FE;
}
</style>
background-color css
<style>
a { background-color: #4152FE; }
a { background-color: rgb(65,82,254); }
div.DivClassName
{
background-color: #4152FE;
}
.BgClassName
{
background-color: #4152FE;
}
</style>
border-color css
<style>
span { border-color: #4152FE; }
span { border-color: rgb(65,82,254); }
td.TdClassName
{
border-color: #4152FE;
}
.TagClassName
{
border-color: #4152FE;
}
</style>