Shades of Neon Blue #4150FB
Tints of Neon Blue #4150FB
RGB
CMYK
RGB Variations
Color information
#4150FB (or 0x4150FB) is known color: Neon Blue. HEX triplet: 41, 50 and FB. RGB value is (65,80,251). Sum of RGB (Red+Green+Blue) = 65+80+251=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #4150FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4150FB is #BEAF04. Grayscale: #5E5E5E. Windows color (decimal): -12496645 or 16470081. OLE color: 16470081.
HSL color Cylindrical-coordinate representation of color #4150FB: hue angle of 235.16º 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 #4150FB is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 80 | 251 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.02 |
| HSL | 235.16º | 0.96% | 0.62% | - |
| HSV(B) | 235.16º | 0.74% | 0.98% | - |
| XYZ | 22.46 | 13.83 | 92.75 | - |
| YUV | 95.01 | 216.03 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 251 | 0.74 | 0.68 | 0 | 0.02 | 235.16 | 0.96 | 0.62 |
| Hex | 41 | 50 | FB | 4A | 44 | 0 | 2 | EB | 60 | 3E |
| Octal | 101 | 120 | 373 | 112 | 104 | 0 | 2 | 353 | 140 | 76 |
| Binary | 1000001 | 1010000 | 11111011 | 1001010 | 1000100 | 0 | 10 | 11101011 | 1100000 | 111110 |
Color Harmonies of #4150FB
Complementary color
Monochromatic Colors of #4150FB
Black with #4150FB
Text Example
Text Example
White with #4150FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4150FB; }
p { color: rgb(65,80,251); }
H1.HeaderClassName
{
color: #4150FB;
}
.AnyTagClassName
{
color: #4150FB;
}
</style>
background-color css
<style>
a { background-color: #4150FB; }
a { background-color: rgb(65,80,251); }
div.DivClassName
{
background-color: #4150FB;
}
.BgClassName
{
background-color: #4150FB;
}
</style>
border-color css
<style>
span { border-color: #4150FB; }
span { border-color: rgb(65,80,251); }
td.TdClassName
{
border-color: #4150FB;
}
.TagClassName
{
border-color: #4150FB;
}
</style>