Shades of Neon Blue #4355FA
Tints of Neon Blue #4355FA
RGB
CMYK
RGB Variations
Color information
#4355FA (or 0x4355FA) is known color: Neon Blue. HEX triplet: 43, 55 and FA. RGB value is (67,85,250). Sum of RGB (Red+Green+Blue) = 67+85+250=402 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.67% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #4355FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4355FA is #BCAA05. Grayscale: #616161. Windows color (decimal): -12364294 or 16405827. OLE color: 16405827.
HSL color Cylindrical-coordinate representation of color #4355FA: hue angle of 234.1º degrees, saturation: 0.95, 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 #4355FA is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 85 | 250 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.02 |
| HSL | 234.1º | 0.95% | 0.62% | - |
| HSV(B) | 234.1º | 0.73% | 0.98% | - |
| XYZ | 22.82 | 14.59 | 92.06 | - |
| YUV | 98.43 | 213.54 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 250 | 0.73 | 0.66 | 0 | 0.02 | 234.1 | 0.95 | 0.62 |
| Hex | 43 | 55 | FA | 49 | 42 | 0 | 2 | EA | 5F | 3E |
| Octal | 103 | 125 | 372 | 111 | 102 | 0 | 2 | 352 | 137 | 76 |
| Binary | 1000011 | 1010101 | 11111010 | 1001001 | 1000010 | 0 | 10 | 11101010 | 1011111 | 111110 |
Color Harmonies of #4355FA
Complementary color
Monochromatic Colors of #4355FA
Black with #4355FA
Text Example
Text Example
White with #4355FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4355FA; }
p { color: rgb(67,85,250); }
H1.HeaderClassName
{
color: #4355FA;
}
.AnyTagClassName
{
color: #4355FA;
}
</style>
background-color css
<style>
a { background-color: #4355FA; }
a { background-color: rgb(67,85,250); }
div.DivClassName
{
background-color: #4355FA;
}
.BgClassName
{
background-color: #4355FA;
}
</style>
border-color css
<style>
span { border-color: #4355FA; }
span { border-color: rgb(67,85,250); }
td.TdClassName
{
border-color: #4355FA;
}
.TagClassName
{
border-color: #4355FA;
}
</style>