Html Css Color HEX #4D58FA Neon Blue

📋 copy color: '#4D58FA'

red 77 ◦ green 88 ◦ blue 250

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

Shades of Neon Blue #4D58FA

Tints of Neon Blue #4D58FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.2%

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

R = 18.55%
G = 21.2%
B = 60.24%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D58FA (or 0x4D58FA) is known color: Neon Blue. HEX triplet: 4D, 58 and FA. RGB value is (77,88,250). Sum of RGB (Red+Green+Blue) = 77+88+250=415 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.55% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D58FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D58FA is #B2A705. Grayscale: #666666. Windows color (decimal): -11708166 or 16406605. OLE color: 16406605.

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

Color convert

RGB 77 88 250 -
CMYK 0.69 0.65 0 0.02
HSL 236.19º 0.95% 0.64% -
HSV(B) 236.19º 0.69% 0.98% -
XYZ 23.81 15.46 92.17 -
YUV 103.18 210.86 109.33 -
System Red Green Blue C M Y K H S L
Decimal 77 88 250 0.69 0.65 0 0.02 236.19 0.95 0.64
Hex 4D 58 FA 45 41 0 2 EC 5F 40
Octal 115 130 372 105 101 0 2 354 137 100
Binary 1001101 1011000 11111010 1000101 1000001 0 10 11101100 1011111 1000000

Color Harmonies of #4D58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D58FA

Black with #4D58FA

Text Example


Text Example

White with #4D58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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