Html Css Color HEX #4D3CFF Neon Blue

📋 copy color: '#4D3CFF'

red 77 ◦ green 60 ◦ blue 255

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

Shades of Neon Blue #4D3CFF

Tints of Neon Blue #4D3CFF

RGB

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

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

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

R = 19.64%
G = 15.31%
B = 65.05%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D3CFF (or 0x4D3CFF) is known color: Neon Blue. HEX triplet: 4D, 3C and FF. RGB value is (77,60,255). Sum of RGB (Red+Green+Blue) = 77+60+255=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D3CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3CFF is #B2C300. Grayscale: #565656. Windows color (decimal): -11715329 or 16727117. OLE color: 16727117.

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

Color convert

RGB 77 60 255 -
CMYK 0.70 0.76 0 0
HSL 245.23º 1% 0.62% -
HSV(B) 245.23º 0.76% 1% -
XYZ 22.73 12.03 95.73 -
YUV 87.31 222.63 120.64 -
System Red Green Blue C M Y K H S L
Decimal 77 60 255 0.70 0.76 0 0 245.23 1 0.62
Hex 4D 3C FF 46 4C 0 0 F5 64 3E
Octal 115 74 377 106 114 0 0 365 144 76
Binary 1001101 111100 11111111 1000110 1001100 0 0 11110101 1100100 111110

Color Harmonies of #4D3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3CFF

Black with #4D3CFF

Text Example


Text Example

White with #4D3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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