Html Css Color HEX #4D34FA Neon Blue

📋 copy color: '#4D34FA'

red 77 ◦ green 52 ◦ blue 250

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

Shades of Neon Blue #4D34FA

Tints of Neon Blue #4D34FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.96%

R = 20.32%
G = 13.72%
B = 65.96%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D34FA (or 0x4D34FA) is known color: Neon Blue. HEX triplet: 4D, 34 and FA. RGB value is (77,52,250). Sum of RGB (Red+Green+Blue) = 77+52+250=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D34FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D34FA is #B2CB05. Grayscale: #515151. Windows color (decimal): -11717382 or 16397389. OLE color: 16397389.

HSL color Cylindrical-coordinate representation of color #4D34FA: hue angle of 247.58º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D34FA is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 52 250 -
CMYK 0.69 0.79 0 0.02
HSL 247.58º 0.95% 0.59% -
HSV(B) 247.58º 0.79% 0.98% -
XYZ 21.54 10.94 91.42 -
YUV 82.05 222.78 124.4 -
System Red Green Blue C M Y K H S L
Decimal 77 52 250 0.69 0.79 0 0.02 247.58 0.95 0.59
Hex 4D 34 FA 45 4F 0 2 F8 5F 3B
Octal 115 64 372 105 117 0 2 370 137 73
Binary 1001101 110100 11111010 1000101 1001111 0 10 11111000 1011111 111011

Color Harmonies of #4D34FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D34FA

Black with #4D34FA

Text Example


Text Example

White with #4D34FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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