Html Css Color HEX #4D69FF Neon Blue

📋 copy color: '#4D69FF'

red 77 ◦ green 105 ◦ blue 255

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

Shades of Neon Blue #4D69FF

Tints of Neon Blue #4D69FF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.03%

 BLUE value IS 255 (100% from 255) = 58.35%

R = 17.62%
G = 24.03%
B = 58.35%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D69FF (or 0x4D69FF) is known color: Neon Blue. HEX triplet: 4D, 69 and FF. RGB value is (77,105,255). Sum of RGB (Red+Green+Blue) = 77+105+255=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D69FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D69FF is #B29600. Grayscale: #717171. Windows color (decimal): -11703809 or 16738637. OLE color: 16738637.

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

Color convert

RGB 77 105 255 -
CMYK 0.70 0.59 0 0
HSL 230.56º 1% 0.65% -
HSV(B) 230.56º 0.7% 1% -
XYZ 26.16 18.9 96.88 -
YUV 113.73 207.72 101.8 -
System Red Green Blue C M Y K H S L
Decimal 77 105 255 0.70 0.59 0 0 230.56 1 0.65
Hex 4D 69 FF 46 3B 0 0 E7 64 41
Octal 115 151 377 106 73 0 0 347 144 101
Binary 1001101 1101001 11111111 1000110 111011 0 0 11100111 1100100 1000001

Color Harmonies of #4D69FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D69FF

Black with #4D69FF

Text Example


Text Example

White with #4D69FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,105,255); }

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

background-color css

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

 a { background-color: rgb(77,105,255); }

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

border-color css

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

 span { border-color: rgb(77,105,255); }

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