Html Css Color HEX #4D42FA Neon Blue

📋 copy color: '#4D42FA'

red 77 ◦ green 66 ◦ blue 250

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

Shades of Neon Blue #4D42FA

Tints of Neon Blue #4D42FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

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

R = 19.59%
G = 16.79%
B = 63.61%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D42FA (or 0x4D42FA) is known color: Neon Blue. HEX triplet: 4D, 42 and FA. RGB value is (77,66,250). Sum of RGB (Red+Green+Blue) = 77+66+250=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D42FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D42FA is #B2BD05. Grayscale: #595959. Windows color (decimal): -11713798 or 16400973. OLE color: 16400973.

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

Color convert

RGB 77 66 250 -
CMYK 0.69 0.74 0 0.02
HSL 243.59º 0.95% 0.62% -
HSV(B) 243.59º 0.74% 0.98% -
XYZ 22.26 12.38 91.66 -
YUV 90.27 218.14 118.54 -
System Red Green Blue C M Y K H S L
Decimal 77 66 250 0.69 0.74 0 0.02 243.59 0.95 0.62
Hex 4D 42 FA 45 4A 0 2 F4 5F 3E
Octal 115 102 372 105 112 0 2 364 137 76
Binary 1001101 1000010 11111010 1000101 1001010 0 10 11110100 1011111 111110

Color Harmonies of #4D42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D42FA

Black with #4D42FA

Text Example


Text Example

White with #4D42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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