Html Css Color HEX #4F5AF8 Neon Blue

📋 copy color: '#4F5AF8'

red 79 ◦ green 90 ◦ blue 248

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

Shades of Neon Blue #4F5AF8

Tints of Neon Blue #4F5AF8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.58%

 BLUE value IS 248 (97.27% from 255) = 59.47%

R = 18.94%
G = 21.58%
B = 59.47%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4F5AF8 (or 0x4F5AF8) is known color: Neon Blue. HEX triplet: 4F, 5A and F8. RGB value is (79,90,248). Sum of RGB (Red+Green+Blue) = 79+90+248=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 248 (97.27% from 255 or 59.47% from 417); Max value from RGB is 248 - color contains mainly: blue. Hex color #4F5AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F5AF8 is #B0A507. Grayscale: #686868. Windows color (decimal): -11576584 or 16276047. OLE color: 16276047.

HSL color Cylindrical-coordinate representation of color #4F5AF8: hue angle of 236.09º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F5AF8 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 79 90 248 -
CMYK 0.68 0.64 0 0.03
HSL 236.09º 0.92% 0.64% -
HSV(B) 236.09º 0.68% 0.97% -
XYZ 23.82 15.75 90.59 -
YUV 104.72 208.86 109.65 -
System Red Green Blue C M Y K H S L
Decimal 79 90 248 0.68 0.64 0 0.03 236.09 0.92 0.64
Hex 4F 5A F8 44 40 0 3 EC 5C 40
Octal 117 132 370 104 100 0 3 354 134 100
Binary 1001111 1011010 11111000 1000100 1000000 0 11 11101100 1011100 1000000

Color Harmonies of #4F5AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5AF8

Black with #4F5AF8

Text Example


Text Example

White with #4F5AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,90,248); }

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

background-color css

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

 a { background-color: rgb(79,90,248); }

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

border-color css

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

 span { border-color: rgb(79,90,248); }

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