Html Css Color HEX #4131F4 Neon Blue

📋 copy color: '#4131F4'

red 65 ◦ green 49 ◦ blue 244

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

Shades of Neon Blue #4131F4

Tints of Neon Blue #4131F4

RGB

 RED value IS 65 (25.78% from 255) = 18.16%

 GREEN value IS 49 (19.53% from 255) = 13.69%

 BLUE value IS 244 (95.7% from 255) = 68.16%

R = 18.16%
G = 13.69%
B = 68.16%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4131F4 (or 0x4131F4) is known color: Neon Blue. HEX triplet: 41, 31 and F4. RGB value is (65,49,244). Sum of RGB (Red+Green+Blue) = 65+49+244=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 244 (95.70% from 255 or 68.16% from 358); Max value from RGB is 244 - color contains mainly: blue. Hex color #4131F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4131F4 is #BECE0B. Grayscale: #4B4B4B. Windows color (decimal): -12504588 or 16003393. OLE color: 16003393.

HSL color Cylindrical-coordinate representation of color #4131F4: hue angle of 244.92º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4131F4 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 49 244 -
CMYK 0.73 0.80 0 0.04
HSL 244.92º 0.9% 0.57% -
HSV(B) 244.92º 0.8% 0.96% -
XYZ 19.61 9.85 86.46 -
YUV 76.01 222.8 120.14 -
System Red Green Blue C M Y K H S L
Decimal 65 49 244 0.73 0.80 0 0.04 244.92 0.9 0.57
Hex 41 31 F4 49 50 0 4 F5 5A 39
Octal 101 61 364 111 120 0 4 365 132 71
Binary 1000001 110001 11110100 1001001 1010000 0 100 11110101 1011010 111001

Color Harmonies of #4131F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4131F4

Black with #4131F4

Text Example


Text Example

White with #4131F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4131F4; }

 p { color: rgb(65,49,244); }

 H1.HeaderClassName
 {
   color: #4131F4;
 }
 .AnyTagClassName
 {
   color: #4131F4;
 }
</style>

background-color css

<style>
 a { background-color: #4131F4; }

 a { background-color: rgb(65,49,244); }

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

border-color css

<style>
 span { border-color: #4131F4; }

 span { border-color: rgb(65,49,244); }

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