Html Css Color HEX #4D4BFD Neon Blue

📋 copy color: '#4D4BFD'

red 77 ◦ green 75 ◦ blue 253

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

Shades of Neon Blue #4D4BFD

Tints of Neon Blue #4D4BFD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.52%

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

R = 19.01%
G = 18.52%
B = 62.47%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D4BFD (or 0x4D4BFD) is known color: Neon Blue. HEX triplet: 4D, 4B and FD. RGB value is (77,75,253). Sum of RGB (Red+Green+Blue) = 77+75+253=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D4BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4BFD is #B2B402. Grayscale: #5F5F5F. Windows color (decimal): -11711491 or 16599885. OLE color: 16599885.

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

Color convert

RGB 77 75 253 -
CMYK 0.70 0.70 0 0.01
HSL 240.67º 0.98% 0.64% -
HSV(B) 240.67º 0.7% 0.99% -
XYZ 23.31 13.7 94.34 -
YUV 95.89 216.66 114.53 -
System Red Green Blue C M Y K H S L
Decimal 77 75 253 0.70 0.70 0 0.01 240.67 0.98 0.64
Hex 4D 4B FD 46 46 0 1 F1 62 40
Octal 115 113 375 106 106 0 1 361 142 100
Binary 1001101 1001011 11111101 1000110 1000110 0 1 11110001 1100010 1000000

Color Harmonies of #4D4BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4BFD

Black with #4D4BFD

Text Example


Text Example

White with #4D4BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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