Html Css Color HEX #4C3BFF Neon Blue

📋 copy color: '#4C3BFF'

red 76 ◦ green 59 ◦ blue 255

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

Shades of Neon Blue #4C3BFF

Tints of Neon Blue #4C3BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.13%

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

R = 19.49%
G = 15.13%
B = 65.38%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C3BFF (or 0x4C3BFF) is known color: Neon Blue. HEX triplet: 4C, 3B and FF. RGB value is (76,59,255). Sum of RGB (Red+Green+Blue) = 76+59+255=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C3BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3BFF is #B3C400. Grayscale: #555555. Windows color (decimal): -11781121 or 16726860. OLE color: 16726860.

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

Color convert

RGB 76 59 255 -
CMYK 0.70 0.77 0 0
HSL 245.2º 1% 0.62% -
HSV(B) 245.2º 0.77% 1% -
XYZ 22.59 11.88 95.71 -
YUV 86.43 223.13 120.56 -
System Red Green Blue C M Y K H S L
Decimal 76 59 255 0.70 0.77 0 0 245.2 1 0.62
Hex 4C 3B FF 46 4D 0 0 F5 64 3E
Octal 114 73 377 106 115 0 0 365 144 76
Binary 1001100 111011 11111111 1000110 1001101 0 0 11110101 1100100 111110

Color Harmonies of #4C3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3BFF

Black with #4C3BFF

Text Example


Text Example

White with #4C3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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