Html Css Color HEX #4D63FA Neon Blue

📋 copy color: '#4D63FA'

red 77 ◦ green 99 ◦ blue 250

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

Shades of Neon Blue #4D63FA

Tints of Neon Blue #4D63FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.24%

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 18.08%
G = 23.24%
B = 58.69%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D63FA (or 0x4D63FA) is known color: Neon Blue. HEX triplet: 4D, 63 and FA. RGB value is (77,99,250). Sum of RGB (Red+Green+Blue) = 77+99+250=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D63FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D63FA is #B29C05. Grayscale: #6D6D6D. Windows color (decimal): -11705350 or 16409421. OLE color: 16409421.

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

Color convert

RGB 77 99 250 -
CMYK 0.69 0.60 0 0.02
HSL 232.37º 0.95% 0.64% -
HSV(B) 232.37º 0.69% 0.98% -
XYZ 24.78 17.4 92.5 -
YUV 109.64 207.21 104.72 -
System Red Green Blue C M Y K H S L
Decimal 77 99 250 0.69 0.60 0 0.02 232.37 0.95 0.64
Hex 4D 63 FA 45 3C 0 2 E8 5F 40
Octal 115 143 372 105 74 0 2 350 137 100
Binary 1001101 1100011 11111010 1000101 111100 0 10 11101000 1011111 1000000

Color Harmonies of #4D63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D63FA

Black with #4D63FA

Text Example


Text Example

White with #4D63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,99,250); }

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

background-color css

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

 a { background-color: rgb(77,99,250); }

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

border-color css

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

 span { border-color: rgb(77,99,250); }

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