Html Css Color HEX #4D4FFB Neon Blue

📋 copy color: '#4D4FFB'

red 77 ◦ green 79 ◦ blue 251

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

Shades of Neon Blue #4D4FFB

Tints of Neon Blue #4D4FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.41%

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

R = 18.92%
G = 19.41%
B = 61.67%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D4FFB (or 0x4D4FFB) is known color: Neon Blue. HEX triplet: 4D, 4F and FB. RGB value is (77,79,251). Sum of RGB (Red+Green+Blue) = 77+79+251=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D4FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4FFB is #B2B004. Grayscale: #616161. Windows color (decimal): -11710469 or 16469837. OLE color: 16469837.

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

Color convert

RGB 77 79 251 -
CMYK 0.69 0.69 0 0.02
HSL 239.31º 0.96% 0.64% -
HSV(B) 239.31º 0.69% 0.98% -
XYZ 23.27 14.13 92.77 -
YUV 98.01 214.34 113.01 -
System Red Green Blue C M Y K H S L
Decimal 77 79 251 0.69 0.69 0 0.02 239.31 0.96 0.64
Hex 4D 4F FB 45 45 0 2 EF 60 40
Octal 115 117 373 105 105 0 2 357 140 100
Binary 1001101 1001111 11111011 1000101 1000101 0 10 11101111 1100000 1000000

Color Harmonies of #4D4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4FFB

Black with #4D4FFB

Text Example


Text Example

White with #4D4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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