Html Css Color HEX #4D44FB Neon Blue

📋 copy color: '#4D44FB'

red 77 ◦ green 68 ◦ blue 251

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

Shades of Neon Blue #4D44FB

Tints of Neon Blue #4D44FB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.17%

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

R = 19.44%
G = 17.17%
B = 63.38%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D44FB (or 0x4D44FB) is known color: Neon Blue. HEX triplet: 4D, 44 and FB. RGB value is (77,68,251). Sum of RGB (Red+Green+Blue) = 77+68+251=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D44FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D44FB is #B2BB04. Grayscale: #5A5A5A. Windows color (decimal): -11713285 or 16467021. OLE color: 16467021.

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

Color convert

RGB 77 68 251 -
CMYK 0.69 0.73 0 0.02
HSL 242.95º 0.96% 0.63% -
HSV(B) 242.95º 0.73% 0.98% -
XYZ 22.54 12.68 92.53 -
YUV 91.55 217.98 117.62 -
System Red Green Blue C M Y K H S L
Decimal 77 68 251 0.69 0.73 0 0.02 242.95 0.96 0.63
Hex 4D 44 FB 45 49 0 2 F3 60 3F
Octal 115 104 373 105 111 0 2 363 140 77
Binary 1001101 1000100 11111011 1000101 1001001 0 10 11110011 1100000 111111

Color Harmonies of #4D44FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D44FB

Black with #4D44FB

Text Example


Text Example

White with #4D44FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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