Html Css Color HEX #4D62FB Neon Blue

📋 copy color: '#4D62FB'

red 77 ◦ green 98 ◦ blue 251

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

Shades of Neon Blue #4D62FB

Tints of Neon Blue #4D62FB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23%

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

R = 18.08%
G = 23%
B = 58.92%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D62FB (or 0x4D62FB) is known color: Neon Blue. HEX triplet: 4D, 62 and FB. RGB value is (77,98,251). Sum of RGB (Red+Green+Blue) = 77+98+251=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D62FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D62FB is #B29D04. Grayscale: #6C6C6C. Windows color (decimal): -11705605 or 16474701. OLE color: 16474701.

HSL color Cylindrical-coordinate representation of color #4D62FB: hue angle of 232.76º 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 #4D62FB is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 98 251 -
CMYK 0.69 0.61 0 0.02
HSL 232.76º 0.96% 0.64% -
HSV(B) 232.76º 0.69% 0.98% -
XYZ 24.84 17.28 93.29 -
YUV 109.16 208.04 105.06 -
System Red Green Blue C M Y K H S L
Decimal 77 98 251 0.69 0.61 0 0.02 232.76 0.96 0.64
Hex 4D 62 FB 45 3D 0 2 E9 60 40
Octal 115 142 373 105 75 0 2 351 140 100
Binary 1001101 1100010 11111011 1000101 111101 0 10 11101001 1100000 1000000

Color Harmonies of #4D62FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D62FB

Black with #4D62FB

Text Example


Text Example

White with #4D62FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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