Html Css Color HEX #4936FE Neon Blue

📋 copy color: '#4936FE'

red 73 ◦ green 54 ◦ blue 254

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

Shades of Neon Blue #4936FE

Tints of Neon Blue #4936FE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.17%

 BLUE value IS 254 (99.61% from 255) = 66.67%

R = 19.16%
G = 14.17%
B = 66.67%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4936FE (or 0x4936FE) is known color: Neon Blue. HEX triplet: 49, 36 and FE. RGB value is (73,54,254). Sum of RGB (Red+Green+Blue) = 73+54+254=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #4936FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4936FE is #B6C901. Grayscale: #515151. Windows color (decimal): -11979010 or 16660041. OLE color: 16660041.

HSL color Cylindrical-coordinate representation of color #4936FE: hue angle of 245.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4936FE is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 54 254 -
CMYK 0.71 0.79 0 0.00
HSL 245.7º 0.99% 0.6% -
HSV(B) 245.7º 0.79% 1% -
XYZ 21.96 11.21 94.77 -
YUV 82.48 224.79 121.24 -
System Red Green Blue C M Y K H S L
Decimal 73 54 254 0.71 0.79 0 0.00 245.7 0.99 0.6
Hex 49 36 FE 47 4F 0 0 F6 63 3C
Octal 111 66 376 107 117 0 0 366 143 74
Binary 1001001 110110 11111110 1000111 1001111 0 0 11110110 1100011 111100

Color Harmonies of #4936FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4936FE

Black with #4936FE

Text Example


Text Example

White with #4936FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4936FE; }

 p { color: rgb(73,54,254); }

 H1.HeaderClassName
 {
   color: #4936FE;
 }
 .AnyTagClassName
 {
   color: #4936FE;
 }
</style>

background-color css

<style>
 a { background-color: #4936FE; }

 a { background-color: rgb(73,54,254); }

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

border-color css

<style>
 span { border-color: #4936FE; }

 span { border-color: rgb(73,54,254); }

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