Shades of Neon Blue #4153FF
Tints of Neon Blue #4153FF
RGB
CMYK
RGB Variations
Color information
#4153FF (or 0x4153FF) is known color: Neon Blue. HEX triplet: 41, 53 and FF. RGB value is (65,83,255). Sum of RGB (Red+Green+Blue) = 65+83+255=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #4153FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4153FF is #BEAC00. Grayscale: #606060. Windows color (decimal): -12495873 or 16732993. OLE color: 16732993.
HSL color Cylindrical-coordinate representation of color #4153FF: hue angle of 234.32º 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 #4153FF is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 83 | 255 | - |
| CMYK | 0.75 | 0.67 | 0 | 0 |
| HSL | 234.32º | 1% | 0.63% | - |
| HSV(B) | 234.32º | 0.75% | 1% | - |
| XYZ | 23.32 | 14.53 | 96.18 | - |
| YUV | 97.23 | 217.04 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 255 | 0.75 | 0.67 | 0 | 0 | 234.32 | 1 | 0.63 |
| Hex | 41 | 53 | FF | 4B | 43 | 0 | 0 | EA | 64 | 3F |
| Octal | 101 | 123 | 377 | 113 | 103 | 0 | 0 | 352 | 144 | 77 |
| Binary | 1000001 | 1010011 | 11111111 | 1001011 | 1000011 | 0 | 0 | 11101010 | 1100100 | 111111 |
Color Harmonies of #4153FF
Complementary color
Monochromatic Colors of #4153FF
Black with #4153FF
Text Example
Text Example
White with #4153FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4153FF; }
p { color: rgb(65,83,255); }
H1.HeaderClassName
{
color: #4153FF;
}
.AnyTagClassName
{
color: #4153FF;
}
</style>
background-color css
<style>
a { background-color: #4153FF; }
a { background-color: rgb(65,83,255); }
div.DivClassName
{
background-color: #4153FF;
}
.BgClassName
{
background-color: #4153FF;
}
</style>
border-color css
<style>
span { border-color: #4153FF; }
span { border-color: rgb(65,83,255); }
td.TdClassName
{
border-color: #4153FF;
}
.TagClassName
{
border-color: #4153FF;
}
</style>