Html Css Color HEX #4D55FA Neon Blue

📋 copy color: '#4D55FA'

red 77 ◦ green 85 ◦ blue 250

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

Shades of Neon Blue #4D55FA

Tints of Neon Blue #4D55FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.63%

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

R = 18.69%
G = 20.63%
B = 60.68%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D55FA (or 0x4D55FA) is known color: Neon Blue. HEX triplet: 4D, 55 and FA. RGB value is (77,85,250). Sum of RGB (Red+Green+Blue) = 77+85+250=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D55FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D55FA is #B2AA05. Grayscale: #646464. Windows color (decimal): -11708934 or 16405837. OLE color: 16405837.

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

Color convert

RGB 77 85 250 -
CMYK 0.69 0.66 0 0.02
HSL 237.23º 0.95% 0.64% -
HSV(B) 237.23º 0.69% 0.98% -
XYZ 23.56 14.98 92.09 -
YUV 101.42 211.85 110.58 -
System Red Green Blue C M Y K H S L
Decimal 77 85 250 0.69 0.66 0 0.02 237.23 0.95 0.64
Hex 4D 55 FA 45 42 0 2 ED 5F 40
Octal 115 125 372 105 102 0 2 355 137 100
Binary 1001101 1010101 11111010 1000101 1000010 0 10 11101101 1011111 1000000

Color Harmonies of #4D55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D55FA

Black with #4D55FA

Text Example


Text Example

White with #4D55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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