Html Css Color HEX #4F40FE Neon Blue

📋 copy color: '#4F40FE'

red 79 ◦ green 64 ◦ blue 254

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

Shades of Neon Blue #4F40FE

Tints of Neon Blue #4F40FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

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

R = 19.9%
G = 16.12%
B = 63.98%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4F40FE (or 0x4F40FE) is known color: Neon Blue. HEX triplet: 4F, 40 and FE. RGB value is (79,64,254). Sum of RGB (Red+Green+Blue) = 79+64+254=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F40FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F40FE is #B0BF01. Grayscale: #595959. Windows color (decimal): -11583234 or 16662607. OLE color: 16662607.

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

Color convert

RGB 79 64 254 -
CMYK 0.69 0.75 0 0.00
HSL 244.74º 0.99% 0.62% -
HSV(B) 244.74º 0.75% 1% -
XYZ 22.95 12.48 94.97 -
YUV 90.15 220.47 120.05 -
System Red Green Blue C M Y K H S L
Decimal 79 64 254 0.69 0.75 0 0.00 244.74 0.99 0.62
Hex 4F 40 FE 45 4B 0 0 F5 63 3E
Octal 117 100 376 105 113 0 0 365 143 76
Binary 1001111 1000000 11111110 1000101 1001011 0 0 11110101 1100011 111110

Color Harmonies of #4F40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F40FE

Black with #4F40FE

Text Example


Text Example

White with #4F40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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