Html Css Color HEX #4D3CFC Neon Blue

📋 copy color: '#4D3CFC'

red 77 ◦ green 60 ◦ blue 252

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

Shades of Neon Blue #4D3CFC

Tints of Neon Blue #4D3CFC

RGB

 RED value IS 77 (30.47% from 255) = 19.79%

 GREEN value IS 60 (23.83% from 255) = 15.42%

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

R = 19.79%
G = 15.42%
B = 64.78%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D3CFC (or 0x4D3CFC) is known color: Neon Blue. HEX triplet: 4D, 3C and FC. RGB value is (77,60,252). Sum of RGB (Red+Green+Blue) = 77+60+252=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 60 (23.83% from 255 or 15.42% 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 #4D3CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3CFC is #B2C303. Grayscale: #565656. Windows color (decimal): -11715332 or 16530509. OLE color: 16530509.

HSL color Cylindrical-coordinate representation of color #4D3CFC: hue angle of 245.31º 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 #4D3CFC is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 60 252 -
CMYK 0.69 0.76 0 0.01
HSL 245.31º 0.97% 0.61% -
HSV(B) 245.31º 0.76% 0.99% -
XYZ 22.25 11.84 93.21 -
YUV 86.97 221.13 120.89 -
System Red Green Blue C M Y K H S L
Decimal 77 60 252 0.69 0.76 0 0.01 245.31 0.97 0.61
Hex 4D 3C FC 45 4C 0 1 F5 61 3D
Octal 115 74 374 105 114 0 1 365 141 75
Binary 1001101 111100 11111100 1000101 1001100 0 1 11110101 1100001 111101

Color Harmonies of #4D3CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3CFC

Black with #4D3CFC

Text Example


Text Example

White with #4D3CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,60,252); }

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

background-color css

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

 a { background-color: rgb(77,60,252); }

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

border-color css

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

 span { border-color: rgb(77,60,252); }

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