Html Css Color HEX #4D40FB Neon Blue

📋 copy color: '#4D40FB'

red 77 ◦ green 64 ◦ blue 251

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

Shades of Neon Blue #4D40FB

Tints of Neon Blue #4D40FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.33%

 BLUE value IS 251 (98.44% from 255) = 64.03%

R = 19.64%
G = 16.33%
B = 64.03%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D40FB (or 0x4D40FB) is known color: Neon Blue. HEX triplet: 4D, 40 and FB. RGB value is (77,64,251). Sum of RGB (Red+Green+Blue) = 77+64+251=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D40FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D40FB is #B2BF04. Grayscale: #585858. Windows color (decimal): -11714309 or 16465997. OLE color: 16465997.

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

Color convert

RGB 77 64 251 -
CMYK 0.69 0.75 0 0.02
HSL 244.17º 0.96% 0.62% -
HSV(B) 244.17º 0.75% 0.98% -
XYZ 22.31 12.21 92.45 -
YUV 89.21 219.31 119.29 -
System Red Green Blue C M Y K H S L
Decimal 77 64 251 0.69 0.75 0 0.02 244.17 0.96 0.62
Hex 4D 40 FB 45 4B 0 2 F4 60 3E
Octal 115 100 373 105 113 0 2 364 140 76
Binary 1001101 1000000 11111011 1000101 1001011 0 10 11110100 1100000 111110

Color Harmonies of #4D40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D40FB

Black with #4D40FB

Text Example


Text Example

White with #4D40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,64,251); }

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

background-color css

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

 a { background-color: rgb(77,64,251); }

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

border-color css

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

 span { border-color: rgb(77,64,251); }

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