Html Css Color HEX #4D35FA Neon Blue

📋 copy color: '#4D35FA'

red 77 ◦ green 53 ◦ blue 250

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

Shades of Neon Blue #4D35FA

Tints of Neon Blue #4D35FA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.95%

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

R = 20.26%
G = 13.95%
B = 65.79%

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

#4D35FA (or 0x4D35FA) is known color: Neon Blue. HEX triplet: 4D, 35 and FA. RGB value is (77,53,250). Sum of RGB (Red+Green+Blue) = 77+53+250=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D35FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D35FA is #B2CA05. Grayscale: #515151. Windows color (decimal): -11717126 or 16397645. OLE color: 16397645.

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

Color convert

RGB 77 53 250 -
CMYK 0.69 0.79 0 0.02
HSL 247.31º 0.95% 0.59% -
HSV(B) 247.31º 0.79% 0.98% -
XYZ 21.59 11.03 91.43 -
YUV 82.63 222.45 123.98 -
System Red Green Blue C M Y K H S L
Decimal 77 53 250 0.69 0.79 0 0.02 247.31 0.95 0.59
Hex 4D 35 FA 45 4F 0 2 F7 5F 3B
Octal 115 65 372 105 117 0 2 367 137 73
Binary 1001101 110101 11111010 1000101 1001111 0 10 11110111 1011111 111011

Color Harmonies of #4D35FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D35FA

Black with #4D35FA

Text Example


Text Example

White with #4D35FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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