Shades of Neon Blue #4B65FE
Tints of Neon Blue #4B65FE
RGB
CMYK
RGB Variations
Color information
#4B65FE (or 0x4B65FE) is known color: Neon Blue. HEX triplet: 4B, 65 and FE. RGB value is (75,101,254). Sum of RGB (Red+Green+Blue) = 75+101+254=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B65FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B65FE is #B49A01. Grayscale: #6E6E6E. Windows color (decimal): -11835906 or 16672075. OLE color: 16672075.
HSL color Cylindrical-coordinate representation of color #4B65FE: hue angle of 231.28º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B65FE is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 101 | 254 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.00 |
| HSL | 231.28º | 0.99% | 0.65% | - |
| HSV(B) | 231.28º | 0.7% | 1% | - |
| XYZ | 25.44 | 17.96 | 95.89 | - |
| YUV | 110.67 | 208.89 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 254 | 0.70 | 0.60 | 0 | 0.00 | 231.28 | 0.99 | 0.65 |
| Hex | 4B | 65 | FE | 46 | 3C | 0 | 0 | E7 | 63 | 41 |
| Octal | 113 | 145 | 376 | 106 | 74 | 0 | 0 | 347 | 143 | 101 |
| Binary | 1001011 | 1100101 | 11111110 | 1000110 | 111100 | 0 | 0 | 11100111 | 1100011 | 1000001 |
Color Harmonies of #4B65FE
Complementary color
Monochromatic Colors of #4B65FE
Black with #4B65FE
Text Example
Text Example
White with #4B65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B65FE; }
p { color: rgb(75,101,254); }
H1.HeaderClassName
{
color: #4B65FE;
}
.AnyTagClassName
{
color: #4B65FE;
}
</style>
background-color css
<style>
a { background-color: #4B65FE; }
a { background-color: rgb(75,101,254); }
div.DivClassName
{
background-color: #4B65FE;
}
.BgClassName
{
background-color: #4B65FE;
}
</style>
border-color css
<style>
span { border-color: #4B65FE; }
span { border-color: rgb(75,101,254); }
td.TdClassName
{
border-color: #4B65FE;
}
.TagClassName
{
border-color: #4B65FE;
}
</style>