Html Css Color HEX #5F49FA Neon Blue

📋 copy color: '#5F49FA'

red 95 ◦ green 73 ◦ blue 250

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

Shades of Neon Blue #5F49FA

Tints of Neon Blue #5F49FA

RGB

 RED value IS 95 (37.5% from 255) = 22.73%

 GREEN value IS 73 (28.91% from 255) = 17.46%

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

R = 22.73%
G = 17.46%
B = 59.81%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5F49FA (or 0x5F49FA) is known color: Neon Blue. HEX triplet: 5F, 49 and FA. RGB value is (95,73,250). Sum of RGB (Red+Green+Blue) = 95+73+250=418 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.73% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F49FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F49FA is #A0B605. Grayscale: #636363. Windows color (decimal): -10532358 or 16402783. OLE color: 16402783.

HSL color Cylindrical-coordinate representation of color #5F49FA: hue angle of 247.46º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F49FA is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 73 250 -
CMYK 0.62 0.71 0 0.02
HSL 247.46º 0.95% 0.63% -
HSV(B) 247.46º 0.71% 0.98% -
XYZ 24.36 14.1 91.88 -
YUV 99.76 212.79 124.61 -
System Red Green Blue C M Y K H S L
Decimal 95 73 250 0.62 0.71 0 0.02 247.46 0.95 0.63
Hex 5F 49 FA 3E 47 0 2 F7 5F 3F
Octal 137 111 372 76 107 0 2 367 137 77
Binary 1011111 1001001 11111010 111110 1000111 0 10 11110111 1011111 111111

Color Harmonies of #5F49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F49FA

Black with #5F49FA

Text Example


Text Example

White with #5F49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F49FA; }

 p { color: rgb(95,73,250); }

 H1.HeaderClassName
 {
   color: #5F49FA;
 }
 .AnyTagClassName
 {
   color: #5F49FA;
 }
</style>

background-color css

<style>
 a { background-color: #5F49FA; }

 a { background-color: rgb(95,73,250); }

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

border-color css

<style>
 span { border-color: #5F49FA; }

 span { border-color: rgb(95,73,250); }

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