Html Css Color HEX #4C3BFE Neon Blue

📋 copy color: '#4C3BFE'

red 76 ◦ green 59 ◦ blue 254

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

Shades of Neon Blue #4C3BFE

Tints of Neon Blue #4C3BFE

RGB

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

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

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

R = 19.54%
G = 15.17%
B = 65.3%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4C3BFE (or 0x4C3BFE) is known color: Neon Blue. HEX triplet: 4C, 3B and FE. RGB value is (76,59,254). Sum of RGB (Red+Green+Blue) = 76+59+254=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C3BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3BFE is #B3C401. Grayscale: #555555. Windows color (decimal): -11781122 or 16661324. OLE color: 16661324.

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

Color convert

RGB 76 59 254 -
CMYK 0.70 0.77 0 0.00
HSL 245.23º 0.99% 0.61% -
HSV(B) 245.23º 0.77% 1% -
XYZ 22.43 11.82 94.87 -
YUV 86.31 222.63 120.64 -
System Red Green Blue C M Y K H S L
Decimal 76 59 254 0.70 0.77 0 0.00 245.23 0.99 0.61
Hex 4C 3B FE 46 4D 0 0 F5 63 3D
Octal 114 73 376 106 115 0 0 365 143 75
Binary 1001100 111011 11111110 1000110 1001101 0 0 11110101 1100011 111101

Color Harmonies of #4C3BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3BFE

Black with #4C3BFE

Text Example


Text Example

White with #4C3BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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