Shades of Neon Blue #4145FF
Tints of Neon Blue #4145FF
RGB
CMYK
RGB Variations
Color information
#4145FF (or 0x4145FF) is known color: Neon Blue. HEX triplet: 41, 45 and FF. RGB value is (65,69,255). Sum of RGB (Red+Green+Blue) = 65+69+255=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #4145FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4145FF is #BEBA00. Grayscale: #585858. Windows color (decimal): -12499457 or 16729409. OLE color: 16729409.
HSL color Cylindrical-coordinate representation of color #4145FF: hue angle of 238.74º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4145FF is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 69 | 255 | - |
| CMYK | 0.75 | 0.73 | 0 | 0 |
| HSL | 238.74º | 1% | 0.63% | - |
| HSV(B) | 238.74º | 0.75% | 1% | - |
| XYZ | 22.36 | 12.6 | 95.86 | - |
| YUV | 89.01 | 221.67 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 255 | 0.75 | 0.73 | 0 | 0 | 238.74 | 1 | 0.63 |
| Hex | 41 | 45 | FF | 4B | 49 | 0 | 0 | EF | 64 | 3F |
| Octal | 101 | 105 | 377 | 113 | 111 | 0 | 0 | 357 | 144 | 77 |
| Binary | 1000001 | 1000101 | 11111111 | 1001011 | 1001001 | 0 | 0 | 11101111 | 1100100 | 111111 |
Color Harmonies of #4145FF
Complementary color
Monochromatic Colors of #4145FF
Black with #4145FF
Text Example
Text Example
White with #4145FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4145FF; }
p { color: rgb(65,69,255); }
H1.HeaderClassName
{
color: #4145FF;
}
.AnyTagClassName
{
color: #4145FF;
}
</style>
background-color css
<style>
a { background-color: #4145FF; }
a { background-color: rgb(65,69,255); }
div.DivClassName
{
background-color: #4145FF;
}
.BgClassName
{
background-color: #4145FF;
}
</style>
border-color css
<style>
span { border-color: #4145FF; }
span { border-color: rgb(65,69,255); }
td.TdClassName
{
border-color: #4145FF;
}
.TagClassName
{
border-color: #4145FF;
}
</style>