Html Css Color HEX #4C36FF Neon Blue

📋 copy color: '#4C36FF'

red 76 ◦ green 54 ◦ blue 255

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

Shades of Neon Blue #4C36FF

Tints of Neon Blue #4C36FF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.03%

 BLUE value IS 255 (100% from 255) = 66.23%

R = 19.74%
G = 14.03%
B = 66.23%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C36FF (or 0x4C36FF) is known color: Neon Blue. HEX triplet: 4C, 36 and FF. RGB value is (76,54,255). Sum of RGB (Red+Green+Blue) = 76+54+255=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C36FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C36FF is #B3C900. Grayscale: #525252. Windows color (decimal): -11782401 or 16725580. OLE color: 16725580.

HSL color Cylindrical-coordinate representation of color #4C36FF: hue angle of 246.57º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C36FF is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 54 255 -
CMYK 0.70 0.79 0 0
HSL 246.57º 1% 0.61% -
HSV(B) 246.57º 0.79% 1% -
XYZ 22.35 11.39 95.63 -
YUV 83.49 224.79 122.66 -
System Red Green Blue C M Y K H S L
Decimal 76 54 255 0.70 0.79 0 0 246.57 1 0.61
Hex 4C 36 FF 46 4F 0 0 F7 64 3D
Octal 114 66 377 106 117 0 0 367 144 75
Binary 1001100 110110 11111111 1000110 1001111 0 0 11110111 1100100 111101

Color Harmonies of #4C36FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C36FF

Black with #4C36FF

Text Example


Text Example

White with #4C36FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,54,255); }

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

background-color css

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

 a { background-color: rgb(76,54,255); }

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

border-color css

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

 span { border-color: rgb(76,54,255); }

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