Html Css Color HEX #4C3DFC Neon Blue

📋 copy color: '#4C3DFC'

red 76 ◦ green 61 ◦ blue 252

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

Shades of Neon Blue #4C3DFC

Tints of Neon Blue #4C3DFC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.68%

 BLUE value IS 252 (98.83% from 255) = 64.78%

R = 19.54%
G = 15.68%
B = 64.78%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C3DFC (or 0x4C3DFC) is known color: Neon Blue. HEX triplet: 4C, 3D and FC. RGB value is (76,61,252). Sum of RGB (Red+Green+Blue) = 76+61+252=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C3DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3DFC is #B3C203. Grayscale: #565656. Windows color (decimal): -11780612 or 16530764. OLE color: 16530764.

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

Color convert

RGB 76 61 252 -
CMYK 0.70 0.76 0 0.01
HSL 244.71º 0.97% 0.61% -
HSV(B) 244.71º 0.76% 0.99% -
XYZ 22.22 11.9 93.22 -
YUV 87.26 220.97 119.97 -
System Red Green Blue C M Y K H S L
Decimal 76 61 252 0.70 0.76 0 0.01 244.71 0.97 0.61
Hex 4C 3D FC 46 4C 0 1 F5 61 3D
Octal 114 75 374 106 114 0 1 365 141 75
Binary 1001100 111101 11111100 1000110 1001100 0 1 11110101 1100001 111101

Color Harmonies of #4C3DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3DFC

Black with #4C3DFC

Text Example


Text Example

White with #4C3DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,61,252); }

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

background-color css

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

 a { background-color: rgb(76,61,252); }

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

border-color css

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

 span { border-color: rgb(76,61,252); }

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