Html Css Color HEX #4F46FE Neon Blue

📋 copy color: '#4F46FE'

red 79 ◦ green 70 ◦ blue 254

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

Shades of Neon Blue #4F46FE

Tints of Neon Blue #4F46FE

RGB

 RED value IS 79 (31.25% from 255) = 19.6%

 GREEN value IS 70 (27.73% from 255) = 17.37%

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

R = 19.6%
G = 17.37%
B = 63.03%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4F46FE (or 0x4F46FE) is known color: Neon Blue. HEX triplet: 4F, 46 and FE. RGB value is (79,70,254). Sum of RGB (Red+Green+Blue) = 79+70+254=403 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.60% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F46FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F46FE is #B0B901. Grayscale: #5C5C5C. Windows color (decimal): -11581698 or 16664143. OLE color: 16664143.

HSL color Cylindrical-coordinate representation of color #4F46FE: hue angle of 242.93º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F46FE is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 79 70 254 -
CMYK 0.69 0.72 0 0.00
HSL 242.93º 0.99% 0.64% -
HSV(B) 242.93º 0.72% 1% -
XYZ 23.3 13.2 95.09 -
YUV 93.67 218.48 117.54 -
System Red Green Blue C M Y K H S L
Decimal 79 70 254 0.69 0.72 0 0.00 242.93 0.99 0.64
Hex 4F 46 FE 45 48 0 0 F3 63 40
Octal 117 106 376 105 110 0 0 363 143 100
Binary 1001111 1000110 11111110 1000101 1001000 0 0 11110011 1100011 1000000

Color Harmonies of #4F46FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F46FE

Black with #4F46FE

Text Example


Text Example

White with #4F46FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,70,254); }

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

background-color css

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

 a { background-color: rgb(79,70,254); }

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

border-color css

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

 span { border-color: rgb(79,70,254); }

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