Shades of Neon Blue #4358FB
Tints of Neon Blue #4358FB
RGB
CMYK
RGB Variations
Color information
#4358FB (or 0x4358FB) is known color: Neon Blue. HEX triplet: 43, 58 and FB. RGB value is (67,88,251). Sum of RGB (Red+Green+Blue) = 67+88+251=406 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.50% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #4358FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4358FB is #BCA704. Grayscale: #636363. Windows color (decimal): -12363525 or 16472131. OLE color: 16472131.
HSL color Cylindrical-coordinate representation of color #4358FB: hue angle of 233.15º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4358FB is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 88 | 251 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.02 |
| HSL | 233.15º | 0.96% | 0.62% | - |
| HSV(B) | 233.15º | 0.73% | 0.98% | - |
| XYZ | 23.22 | 15.14 | 92.97 | - |
| YUV | 100.3 | 213.04 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 88 | 251 | 0.73 | 0.65 | 0 | 0.02 | 233.15 | 0.96 | 0.62 |
| Hex | 43 | 58 | FB | 49 | 41 | 0 | 2 | E9 | 60 | 3E |
| Octal | 103 | 130 | 373 | 111 | 101 | 0 | 2 | 351 | 140 | 76 |
| Binary | 1000011 | 1011000 | 11111011 | 1001001 | 1000001 | 0 | 10 | 11101001 | 1100000 | 111110 |
Color Harmonies of #4358FB
Complementary color
Monochromatic Colors of #4358FB
Black with #4358FB
Text Example
Text Example
White with #4358FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4358FB; }
p { color: rgb(67,88,251); }
H1.HeaderClassName
{
color: #4358FB;
}
.AnyTagClassName
{
color: #4358FB;
}
</style>
background-color css
<style>
a { background-color: #4358FB; }
a { background-color: rgb(67,88,251); }
div.DivClassName
{
background-color: #4358FB;
}
.BgClassName
{
background-color: #4358FB;
}
</style>
border-color css
<style>
span { border-color: #4358FB; }
span { border-color: rgb(67,88,251); }
td.TdClassName
{
border-color: #4358FB;
}
.TagClassName
{
border-color: #4358FB;
}
</style>