Html Css Color HEX #4D65FA Neon Blue

📋 copy color: '#4D65FA'

red 77 ◦ green 101 ◦ blue 250

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

Shades of Neon Blue #4D65FA

Tints of Neon Blue #4D65FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.6%

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

R = 17.99%
G = 23.6%
B = 58.41%

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

#4D65FA (or 0x4D65FA) is known color: Neon Blue. HEX triplet: 4D, 65 and FA. RGB value is (77,101,250). Sum of RGB (Red+Green+Blue) = 77+101+250=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D65FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D65FA is #B29A05. Grayscale: #6E6E6E. Windows color (decimal): -11704838 or 16409933. OLE color: 16409933.

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

Color convert

RGB 77 101 250 -
CMYK 0.69 0.60 0 0.02
HSL 231.68º 0.95% 0.64% -
HSV(B) 231.68º 0.69% 0.98% -
XYZ 24.97 17.79 92.56 -
YUV 110.81 206.55 103.88 -
System Red Green Blue C M Y K H S L
Decimal 77 101 250 0.69 0.60 0 0.02 231.68 0.95 0.64
Hex 4D 65 FA 45 3C 0 2 E8 5F 40
Octal 115 145 372 105 74 0 2 350 137 100
Binary 1001101 1100101 11111010 1000101 111100 0 10 11101000 1011111 1000000

Color Harmonies of #4D65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D65FA

Black with #4D65FA

Text Example


Text Example

White with #4D65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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