Html Css Color HEX #4D34FD Neon Blue

📋 copy color: '#4D34FD'

red 77 ◦ green 52 ◦ blue 253

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

Shades of Neon Blue #4D34FD

Tints of Neon Blue #4D34FD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.61%

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

R = 20.16%
G = 13.61%
B = 66.23%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D34FD (or 0x4D34FD) is known color: Neon Blue. HEX triplet: 4D, 34 and FD. RGB value is (77,52,253). Sum of RGB (Red+Green+Blue) = 77+52+253=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D34FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D34FD is #B2CB02. Grayscale: #515151. Windows color (decimal): -11717379 or 16593997. OLE color: 16593997.

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

Color convert

RGB 77 52 253 -
CMYK 0.70 0.79 0 0.01
HSL 247.46º 0.98% 0.6% -
HSV(B) 247.46º 0.79% 0.99% -
XYZ 22.02 11.13 93.92 -
YUV 82.39 224.28 124.16 -
System Red Green Blue C M Y K H S L
Decimal 77 52 253 0.70 0.79 0 0.01 247.46 0.98 0.6
Hex 4D 34 FD 46 4F 0 1 F7 62 3C
Octal 115 64 375 106 117 0 1 367 142 74
Binary 1001101 110100 11111101 1000110 1001111 0 1 11110111 1100010 111100

Color Harmonies of #4D34FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D34FD

Black with #4D34FD

Text Example


Text Example

White with #4D34FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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