Html Css Color HEX #4951ED Neon Blue

📋 copy color: '#4951ED'

red 73 ◦ green 81 ◦ blue 237

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

Shades of Neon Blue #4951ED

Tints of Neon Blue #4951ED

RGB

 RED value IS 73 (28.91% from 255) = 18.67%

 GREEN value IS 81 (32.03% from 255) = 20.72%

 BLUE value IS 237 (92.97% from 255) = 60.61%

R = 18.67%
G = 20.72%
B = 60.61%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4951ED (or 0x4951ED) is known color: Neon Blue. HEX triplet: 49, 51 and ED. RGB value is (73,81,237). Sum of RGB (Red+Green+Blue) = 73+81+237=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #4951ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4951ED is #B6AE12. Grayscale: #5F5F5F. Windows color (decimal): -11972115 or 15552841. OLE color: 15552841.

HSL color Cylindrical-coordinate representation of color #4951ED: hue angle of 237.07º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4951ED is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 81 237 -
CMYK 0.69 0.66 0 0.07
HSL 237.07º 0.82% 0.61% -
HSV(B) 237.07º 0.69% 0.93% -
XYZ 20.98 13.42 81.6 -
YUV 96.39 207.35 111.32 -
System Red Green Blue C M Y K H S L
Decimal 73 81 237 0.69 0.66 0 0.07 237.07 0.82 0.61
Hex 49 51 ED 45 42 0 7 ED 52 3D
Octal 111 121 355 105 102 0 7 355 122 75
Binary 1001001 1010001 11101101 1000101 1000010 0 111 11101101 1010010 111101

Color Harmonies of #4951ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4951ED

Black with #4951ED

Text Example


Text Example

White with #4951ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4951ED; }

 p { color: rgb(73,81,237); }

 H1.HeaderClassName
 {
   color: #4951ED;
 }
 .AnyTagClassName
 {
   color: #4951ED;
 }
</style>

background-color css

<style>
 a { background-color: #4951ED; }

 a { background-color: rgb(73,81,237); }

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

border-color css

<style>
 span { border-color: #4951ED; }

 span { border-color: rgb(73,81,237); }

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