Html Css Color HEX #4D3AFD Neon Blue

📋 copy color: '#4D3AFD'

red 77 ◦ green 58 ◦ blue 253

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

Shades of Neon Blue #4D3AFD

Tints of Neon Blue #4D3AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.95%

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

R = 19.85%
G = 14.95%
B = 65.21%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D3AFD (or 0x4D3AFD) is known color: Neon Blue. HEX triplet: 4D, 3A and FD. RGB value is (77,58,253). Sum of RGB (Red+Green+Blue) = 77+58+253=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D3AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3AFD is #B2C502. Grayscale: #555555. Windows color (decimal): -11715843 or 16595533. OLE color: 16595533.

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

Color convert

RGB 77 58 253 -
CMYK 0.70 0.77 0 0.01
HSL 245.85º 0.98% 0.61% -
HSV(B) 245.85º 0.77% 0.99% -
XYZ 22.3 11.7 94.01 -
YUV 85.91 222.29 121.64 -
System Red Green Blue C M Y K H S L
Decimal 77 58 253 0.70 0.77 0 0.01 245.85 0.98 0.61
Hex 4D 3A FD 46 4D 0 1 F6 62 3D
Octal 115 72 375 106 115 0 1 366 142 75
Binary 1001101 111010 11111101 1000110 1001101 0 1 11110110 1100010 111101

Color Harmonies of #4D3AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3AFD

Black with #4D3AFD

Text Example


Text Example

White with #4D3AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,58,253); }

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

background-color css

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

 a { background-color: rgb(77,58,253); }

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

border-color css

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

 span { border-color: rgb(77,58,253); }

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