Shades of Neon Blue #4353FA
Tints of Neon Blue #4353FA
RGB
CMYK
RGB Variations
Color information
#4353FA (or 0x4353FA) is known color: Neon Blue. HEX triplet: 43, 53 and FA. RGB value is (67,83,250). Sum of RGB (Red+Green+Blue) = 67+83+250=400 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #4353FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4353FA is #BCAC05. Grayscale: #606060. Windows color (decimal): -12364806 or 16405315. OLE color: 16405315.
HSL color Cylindrical-coordinate representation of color #4353FA: hue angle of 234.75º 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 #4353FA is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 83 | 250 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.02 |
| HSL | 234.75º | 0.95% | 0.62% | - |
| HSV(B) | 234.75º | 0.73% | 0.98% | - |
| XYZ | 22.66 | 14.28 | 92 | - |
| YUV | 97.25 | 214.2 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 250 | 0.73 | 0.67 | 0 | 0.02 | 234.75 | 0.95 | 0.62 |
| Hex | 43 | 53 | FA | 49 | 43 | 0 | 2 | EB | 5F | 3E |
| Octal | 103 | 123 | 372 | 111 | 103 | 0 | 2 | 353 | 137 | 76 |
| Binary | 1000011 | 1010011 | 11111010 | 1001001 | 1000011 | 0 | 10 | 11101011 | 1011111 | 111110 |
Color Harmonies of #4353FA
Complementary color
Monochromatic Colors of #4353FA
Black with #4353FA
Text Example
Text Example
White with #4353FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4353FA; }
p { color: rgb(67,83,250); }
H1.HeaderClassName
{
color: #4353FA;
}
.AnyTagClassName
{
color: #4353FA;
}
</style>
background-color css
<style>
a { background-color: #4353FA; }
a { background-color: rgb(67,83,250); }
div.DivClassName
{
background-color: #4353FA;
}
.BgClassName
{
background-color: #4353FA;
}
</style>
border-color css
<style>
span { border-color: #4353FA; }
span { border-color: rgb(67,83,250); }
td.TdClassName
{
border-color: #4353FA;
}
.TagClassName
{
border-color: #4353FA;
}
</style>