Html Css Color HEX #4C33FE Neon Blue

📋 copy color: '#4C33FE'

red 76 ◦ green 51 ◦ blue 254

#4C33FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4C33FE

Tints of Neon Blue #4C33FE

RGB

 RED value IS 76 (30.08% from 255) = 19.95%

 GREEN value IS 51 (20.31% from 255) = 13.39%

 BLUE value IS 254 (99.61% from 255) = 66.67%

R = 19.95%
G = 13.39%
B = 66.67%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4C33FE (or 0x4C33FE) is known color: Neon Blue. HEX triplet: 4C, 33 and FE. RGB value is (76,51,254). Sum of RGB (Red+Green+Blue) = 76+51+254=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C33FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C33FE is #B3CC01. Grayscale: #505050. Windows color (decimal): -11783170 or 16659276. OLE color: 16659276.

HSL color Cylindrical-coordinate representation of color #4C33FE: hue angle of 247.39º 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 #4C33FE is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 76 51 254 -
CMYK 0.70 0.80 0 0.00
HSL 247.39º 0.99% 0.6% -
HSV(B) 247.39º 0.8% 1% -
XYZ 22.05 11.06 94.74 -
YUV 81.62 225.28 123.99 -
System Red Green Blue C M Y K H S L
Decimal 76 51 254 0.70 0.80 0 0.00 247.39 0.99 0.6
Hex 4C 33 FE 46 50 0 0 F7 63 3C
Octal 114 63 376 106 120 0 0 367 143 74
Binary 1001100 110011 11111110 1000110 1010000 0 0 11110111 1100011 111100

Color Harmonies of #4C33FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C33FE

Black with #4C33FE

Text Example


Text Example

White with #4C33FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C33FE;
 }
 .AnyTagClassName
 {
   color: #4C33FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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