Html Css Color HEX #4F64FE Neon Blue

📋 copy color: '#4F64FE'

red 79 ◦ green 100 ◦ blue 254

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

Shades of Neon Blue #4F64FE

Tints of Neon Blue #4F64FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.09%

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

R = 18.24%
G = 23.09%
B = 58.66%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4F64FE (or 0x4F64FE) is known color: Neon Blue. HEX triplet: 4F, 64 and FE. RGB value is (79,100,254). Sum of RGB (Red+Green+Blue) = 79+100+254=433 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.24% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F64FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F64FE is #B09B01. Grayscale: #6E6E6E. Windows color (decimal): -11574018 or 16671823. OLE color: 16671823.

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

Color convert

RGB 79 100 254 -
CMYK 0.69 0.61 0 0.00
HSL 232.8º 0.99% 0.65% -
HSV(B) 232.8º 0.69% 1% -
XYZ 25.67 17.93 95.87 -
YUV 111.28 208.54 104.98 -
System Red Green Blue C M Y K H S L
Decimal 79 100 254 0.69 0.61 0 0.00 232.8 0.99 0.65
Hex 4F 64 FE 45 3D 0 0 E9 63 41
Octal 117 144 376 105 75 0 0 351 143 101
Binary 1001111 1100100 11111110 1000101 111101 0 0 11101001 1100011 1000001

Color Harmonies of #4F64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F64FE

Black with #4F64FE

Text Example


Text Example

White with #4F64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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