#4B33FE

Color #4B33FE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4B33FE

Tints of Neon Blue #4B33FE

Color information

#4B33FE (or 0x4B33FE) is unknown color: approx Neon Blue. HEX triplet: 4B, 33 and FE. RGB value is (75,51,254). Sum of RGB (Red+Green+Blue) = 75+51+254=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B33FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B33FE is #B4CC01. Grayscale: #505050. Windows color (decimal): -11848706 or 16659275. OLE color: 16659275.

HSL color Cylindrical-coordinate representation of color #4B33FE: hue angle of 247.09º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B33FE is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB7551254-
CMYK0.700.8000.00
HSL247.09º99.02%59.8%-
HSV(B)247.09º79.92%99.61%-
XYZ21.9711.0294.73-
YUV81.32225.45123.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 19.74%
GREEN value IS 51 (20.31% from 255) = 13.42%
BLUE value IS 254 (99.61% from 255) = 66.84%
R=19.74%
G=13.42%
B=66.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal75512540.700.8000.00247.0999.0259.8
Hex4B33FE465000f7633c
Octal113633761061200036714374
Binary1001011110011111111101000110101000000111101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B33FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B33FE; }

 p { color: rgb(75,51,254); }

 H1.HeaderClassName
 {
   color: #4B33FE;
 }
 .AnyTagClassName
 {
   color: #4B33FE;
 }
</style>
background-color css

<style>
 a { background-color: #4B33FE; }

 a { background-color: rgb(75,51,254); }

 div.DivClassName
 {
   background-color: #4B33FE;
 }
 .BgClassName
 {
   background-color: #4B33FE;
 }
</style>
border-color css

<style>
 span { border-color: #4B33FE; }

 span { border-color: rgb(75,51,254); }

 td.TdClassName
 {
   border-color: #4B33FE;
 }
 .TagClassName
 {
   border-color: #4B33FE;
 }
</style>