Shades of Neon Blue #332FFB
Tints of Neon Blue #332FFB
RGB
CMYK
RGB Variations
Color information
#332FFB (or 0x332FFB) is known color: Neon Blue. HEX triplet: 33, 2F and FB. RGB value is (51,47,251). Sum of RGB (Red+Green+Blue) = 51+47+251=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #332FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332FFB is #CCD004. Grayscale: #464646. Windows color (decimal): -13422597 or 16461619. OLE color: 16461619.
HSL color Cylindrical-coordinate representation of color #332FFB: hue angle of 241.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332FFB is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 47 | 251 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.02 |
| HSL | 241.18º | 0.96% | 0.58% | - |
| HSV(B) | 241.18º | 0.81% | 0.98% | - |
| XYZ | 19.79 | 9.7 | 92.1 | - |
| YUV | 71.45 | 229.33 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 251 | 0.80 | 0.81 | 0 | 0.02 | 241.18 | 0.96 | 0.58 |
| Hex | 33 | 2F | FB | 50 | 51 | 0 | 2 | F1 | 60 | 3A |
| Octal | 63 | 57 | 373 | 120 | 121 | 0 | 2 | 361 | 140 | 72 |
| Binary | 110011 | 101111 | 11111011 | 1010000 | 1010001 | 0 | 10 | 11110001 | 1100000 | 111010 |
Color Harmonies of #332FFB
Complementary color
Monochromatic Colors of #332FFB
Black with #332FFB
Text Example
Text Example
White with #332FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332FFB; }
p { color: rgb(51,47,251); }
H1.HeaderClassName
{
color: #332FFB;
}
.AnyTagClassName
{
color: #332FFB;
}
</style>
background-color css
<style>
a { background-color: #332FFB; }
a { background-color: rgb(51,47,251); }
div.DivClassName
{
background-color: #332FFB;
}
.BgClassName
{
background-color: #332FFB;
}
</style>
border-color css
<style>
span { border-color: #332FFB; }
span { border-color: rgb(51,47,251); }
td.TdClassName
{
border-color: #332FFB;
}
.TagClassName
{
border-color: #332FFB;
}
</style>