Html Css Color HEX #4C3EFD Neon Blue

📋 copy color: '#4C3EFD'

red 76 ◦ green 62 ◦ blue 253

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

Shades of Neon Blue #4C3EFD

Tints of Neon Blue #4C3EFD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.86%

 BLUE value IS 253 (99.22% from 255) = 64.71%

R = 19.44%
G = 15.86%
B = 64.71%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C3EFD (or 0x4C3EFD) is known color: Neon Blue. HEX triplet: 4C, 3E and FD. RGB value is (76,62,253). Sum of RGB (Red+Green+Blue) = 76+62+253=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C3EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3EFD is #B3C102. Grayscale: #575757. Windows color (decimal): -11780355 or 16596556. OLE color: 16596556.

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

Color convert

RGB 76 62 253 -
CMYK 0.70 0.75 0 0.01
HSL 244.4º 0.98% 0.62% -
HSV(B) 244.4º 0.75% 0.99% -
XYZ 22.43 12.07 94.08 -
YUV 87.96 221.14 119.47 -
System Red Green Blue C M Y K H S L
Decimal 76 62 253 0.70 0.75 0 0.01 244.4 0.98 0.62
Hex 4C 3E FD 46 4B 0 1 F4 62 3E
Octal 114 76 375 106 113 0 1 364 142 76
Binary 1001100 111110 11111101 1000110 1001011 0 1 11110100 1100010 111110

Color Harmonies of #4C3EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3EFD

Black with #4C3EFD

Text Example


Text Example

White with #4C3EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,62,253); }

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

background-color css

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

 a { background-color: rgb(76,62,253); }

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

border-color css

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

 span { border-color: rgb(76,62,253); }

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