Html Css Color HEX #4F57FA Neon Blue

📋 copy color: '#4F57FA'

red 79 ◦ green 87 ◦ blue 250

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

Shades of Neon Blue #4F57FA

Tints of Neon Blue #4F57FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.91%

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 18.99%
G = 20.91%
B = 60.1%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F57FA (or 0x4F57FA) is known color: Neon Blue. HEX triplet: 4F, 57 and FA. RGB value is (79,87,250). Sum of RGB (Red+Green+Blue) = 79+87+250=416 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.99% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F57FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F57FA is #B0A805. Grayscale: #666666. Windows color (decimal): -11577350 or 16406351. OLE color: 16406351.

HSL color Cylindrical-coordinate representation of color #4F57FA: hue angle of 237.19º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F57FA is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 87 250 -
CMYK 0.68 0.65 0 0.02
HSL 237.19º 0.94% 0.65% -
HSV(B) 237.19º 0.68% 0.98% -
XYZ 23.89 15.38 92.15 -
YUV 103.19 210.85 110.75 -
System Red Green Blue C M Y K H S L
Decimal 79 87 250 0.68 0.65 0 0.02 237.19 0.94 0.65
Hex 4F 57 FA 44 41 0 2 ED 5E 41
Octal 117 127 372 104 101 0 2 355 136 101
Binary 1001111 1010111 11111010 1000100 1000001 0 10 11101101 1011110 1000001

Color Harmonies of #4F57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F57FA

Black with #4F57FA

Text Example


Text Example

White with #4F57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,87,250); }

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

background-color css

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

 a { background-color: rgb(79,87,250); }

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

border-color css

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

 span { border-color: rgb(79,87,250); }

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