Html Css Color HEX #4941FE Neon Blue

📋 copy color: '#4941FE'

red 73 ◦ green 65 ◦ blue 254

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

Shades of Neon Blue #4941FE

Tints of Neon Blue #4941FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.58%

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

R = 18.62%
G = 16.58%
B = 64.8%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4941FE (or 0x4941FE) is known color: Neon Blue. HEX triplet: 49, 41 and FE. RGB value is (73,65,254). Sum of RGB (Red+Green+Blue) = 73+65+254=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #4941FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4941FE is #B6BE01. Grayscale: #585858. Windows color (decimal): -11976194 or 16662857. OLE color: 16662857.

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

Color convert

RGB 73 65 254 -
CMYK 0.71 0.74 0 0.00
HSL 242.54º 0.99% 0.63% -
HSV(B) 242.54º 0.74% 1% -
XYZ 22.53 12.35 94.96 -
YUV 88.94 221.15 116.63 -
System Red Green Blue C M Y K H S L
Decimal 73 65 254 0.71 0.74 0 0.00 242.54 0.99 0.63
Hex 49 41 FE 47 4A 0 0 F3 63 3F
Octal 111 101 376 107 112 0 0 363 143 77
Binary 1001001 1000001 11111110 1000111 1001010 0 0 11110011 1100011 111111

Color Harmonies of #4941FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4941FE

Black with #4941FE

Text Example


Text Example

White with #4941FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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