Html Css Color HEX #4D4BF1 Neon Blue

📋 copy color: '#4D4BF1'

red 77 ◦ green 75 ◦ blue 241

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

Shades of Neon Blue #4D4BF1

Tints of Neon Blue #4D4BF1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.08%

 BLUE value IS 241 (94.53% from 255) = 61.32%

R = 19.59%
G = 19.08%
B = 61.32%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4D4BF1 (or 0x4D4BF1) is known color: Neon Blue. HEX triplet: 4D, 4B and F1. RGB value is (77,75,241). Sum of RGB (Red+Green+Blue) = 77+75+241=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D4BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4BF1 is #B2B40E. Grayscale: #5D5D5D. Windows color (decimal): -11711503 or 15813453. OLE color: 15813453.

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

Color convert

RGB 77 75 241 -
CMYK 0.68 0.69 0 0.05
HSL 240.72º 0.86% 0.62% -
HSV(B) 240.72º 0.69% 0.95% -
XYZ 21.45 12.96 84.59 -
YUV 94.52 210.66 115.5 -
System Red Green Blue C M Y K H S L
Decimal 77 75 241 0.68 0.69 0 0.05 240.72 0.86 0.62
Hex 4D 4B F1 44 45 0 5 F1 56 3E
Octal 115 113 361 104 105 0 5 361 126 76
Binary 1001101 1001011 11110001 1000100 1000101 0 101 11110001 1010110 111110

Color Harmonies of #4D4BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4BF1

Black with #4D4BF1

Text Example


Text Example

White with #4D4BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,75,241); }

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

background-color css

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

 a { background-color: rgb(77,75,241); }

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

border-color css

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

 span { border-color: rgb(77,75,241); }

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