Shades of Neon Blue #4541FB
Tints of Neon Blue #4541FB
RGB
CMYK
RGB Variations
Color information
#4541FB (or 0x4541FB) is known color: Neon Blue. HEX triplet: 45, 41 and FB. RGB value is (69,65,251). Sum of RGB (Red+Green+Blue) = 69+65+251=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #4541FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4541FB is #BABE04. Grayscale: #565656. Windows color (decimal): -12238341 or 16466245. OLE color: 16466245.
HSL color Cylindrical-coordinate representation of color #4541FB: hue angle of 241.29º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4541FB is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 65 | 251 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.02 |
| HSL | 241.29º | 0.96% | 0.62% | - |
| HSV(B) | 241.29º | 0.74% | 0.98% | - |
| XYZ | 21.76 | 12.01 | 92.44 | - |
| YUV | 87.4 | 220.33 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 251 | 0.73 | 0.74 | 0 | 0.02 | 241.29 | 0.96 | 0.62 |
| Hex | 45 | 41 | FB | 49 | 4A | 0 | 2 | F1 | 60 | 3E |
| Octal | 105 | 101 | 373 | 111 | 112 | 0 | 2 | 361 | 140 | 76 |
| Binary | 1000101 | 1000001 | 11111011 | 1001001 | 1001010 | 0 | 10 | 11110001 | 1100000 | 111110 |
Color Harmonies of #4541FB
Complementary color
Monochromatic Colors of #4541FB
Black with #4541FB
Text Example
Text Example
White with #4541FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4541FB; }
p { color: rgb(69,65,251); }
H1.HeaderClassName
{
color: #4541FB;
}
.AnyTagClassName
{
color: #4541FB;
}
</style>
background-color css
<style>
a { background-color: #4541FB; }
a { background-color: rgb(69,65,251); }
div.DivClassName
{
background-color: #4541FB;
}
.BgClassName
{
background-color: #4541FB;
}
</style>
border-color css
<style>
span { border-color: #4541FB; }
span { border-color: rgb(69,65,251); }
td.TdClassName
{
border-color: #4541FB;
}
.TagClassName
{
border-color: #4541FB;
}
</style>