Shades of Neon Blue #323AF1
Tints of Neon Blue #323AF1
RGB
CMYK
RGB Variations
Color information
#323AF1 (or 0x323AF1) is known color: Neon Blue. HEX triplet: 32, 3A and F1. RGB value is (50,58,241). Sum of RGB (Red+Green+Blue) = 50+58+241=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 241 (94.53% from 255 or 69.05% from 349); Max value from RGB is 241 - color contains mainly: blue. Hex color #323AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323AF1 is #CDC50E. Grayscale: #4B4B4B. Windows color (decimal): -13485327 or 15809074. OLE color: 15809074.
HSL color Cylindrical-coordinate representation of color #323AF1: hue angle of 237.49º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #323AF1 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 58 | 241 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.05 |
| HSL | 237.49º | 0.87% | 0.57% | - |
| HSV(B) | 237.49º | 0.79% | 0.95% | - |
| XYZ | 18.71 | 10.06 | 84.17 | - |
| YUV | 76.47 | 220.85 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 241 | 0.79 | 0.76 | 0 | 0.05 | 237.49 | 0.87 | 0.57 |
| Hex | 32 | 3A | F1 | 4F | 4C | 0 | 5 | ED | 57 | 39 |
| Octal | 62 | 72 | 361 | 117 | 114 | 0 | 5 | 355 | 127 | 71 |
| Binary | 110010 | 111010 | 11110001 | 1001111 | 1001100 | 0 | 101 | 11101101 | 1010111 | 111001 |
Color Harmonies of #323AF1
Complementary color
Monochromatic Colors of #323AF1
Black with #323AF1
Text Example
Text Example
White with #323AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AF1; }
p { color: rgb(50,58,241); }
H1.HeaderClassName
{
color: #323AF1;
}
.AnyTagClassName
{
color: #323AF1;
}
</style>
background-color css
<style>
a { background-color: #323AF1; }
a { background-color: rgb(50,58,241); }
div.DivClassName
{
background-color: #323AF1;
}
.BgClassName
{
background-color: #323AF1;
}
</style>
border-color css
<style>
span { border-color: #323AF1; }
span { border-color: rgb(50,58,241); }
td.TdClassName
{
border-color: #323AF1;
}
.TagClassName
{
border-color: #323AF1;
}
</style>