Html Css Color HEX #4D58FD Neon Blue

📋 copy color: '#4D58FD'

red 77 ◦ green 88 ◦ blue 253

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

Shades of Neon Blue #4D58FD

Tints of Neon Blue #4D58FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.53%

R = 18.42%
G = 21.05%
B = 60.53%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D58FD (or 0x4D58FD) is known color: Neon Blue. HEX triplet: 4D, 58 and FD. RGB value is (77,88,253). Sum of RGB (Red+Green+Blue) = 77+88+253=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D58FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D58FD is #B2A702. Grayscale: #666666. Windows color (decimal): -11708163 or 16603213. OLE color: 16603213.

HSL color Cylindrical-coordinate representation of color #4D58FD: hue angle of 236.25º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D58FD is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 88 253 -
CMYK 0.70 0.65 0 0.01
HSL 236.25º 0.98% 0.65% -
HSV(B) 236.25º 0.7% 0.99% -
XYZ 24.28 15.65 94.67 -
YUV 103.52 212.36 109.08 -
System Red Green Blue C M Y K H S L
Decimal 77 88 253 0.70 0.65 0 0.01 236.25 0.98 0.65
Hex 4D 58 FD 46 41 0 1 EC 62 41
Octal 115 130 375 106 101 0 1 354 142 101
Binary 1001101 1011000 11111101 1000110 1000001 0 1 11101100 1100010 1000001

Color Harmonies of #4D58FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D58FD

Black with #4D58FD

Text Example


Text Example

White with #4D58FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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