Html Css Color HEX #4D34FC Neon Blue

📋 copy color: '#4D34FC'

red 77 ◦ green 52 ◦ blue 252

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

Shades of Neon Blue #4D34FC

Tints of Neon Blue #4D34FC

RGB

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

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

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

R = 20.21%
G = 13.65%
B = 66.14%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D34FC (or 0x4D34FC) is known color: Neon Blue. HEX triplet: 4D, 34 and FC. RGB value is (77,52,252). Sum of RGB (Red+Green+Blue) = 77+52+252=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D34FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D34FC is #B2CB03. Grayscale: #515151. Windows color (decimal): -11717380 or 16528461. OLE color: 16528461.

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

Color convert

RGB 77 52 252 -
CMYK 0.69 0.79 0 0.01
HSL 247.5º 0.97% 0.6% -
HSV(B) 247.5º 0.79% 0.99% -
XYZ 21.86 11.06 93.08 -
YUV 82.28 223.78 124.24 -
System Red Green Blue C M Y K H S L
Decimal 77 52 252 0.69 0.79 0 0.01 247.5 0.97 0.6
Hex 4D 34 FC 45 4F 0 1 F8 61 3C
Octal 115 64 374 105 117 0 1 370 141 74
Binary 1001101 110100 11111100 1000101 1001111 0 1 11111000 1100001 111100

Color Harmonies of #4D34FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D34FC

Black with #4D34FC

Text Example


Text Example

White with #4D34FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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