Html Css Color HEX #4131F2 Neon Blue

📋 copy color: '#4131F2'

red 65 ◦ green 49 ◦ blue 242

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

Shades of Neon Blue #4131F2

Tints of Neon Blue #4131F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.98%

R = 18.26%
G = 13.76%
B = 67.98%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4131F2 (or 0x4131F2) is known color: Neon Blue. HEX triplet: 41, 31 and F2. RGB value is (65,49,242). Sum of RGB (Red+Green+Blue) = 65+49+242=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #4131F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4131F2 is #BECE0D. Grayscale: #4B4B4B. Windows color (decimal): -12504590 or 15872321. OLE color: 15872321.

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

Color convert

RGB 65 49 242 -
CMYK 0.73 0.80 0 0.05
HSL 244.97º 0.88% 0.57% -
HSV(B) 244.97º 0.8% 0.95% -
XYZ 19.31 9.73 84.87 -
YUV 75.79 221.8 120.31 -
System Red Green Blue C M Y K H S L
Decimal 65 49 242 0.73 0.80 0 0.05 244.97 0.88 0.57
Hex 41 31 F2 49 50 0 5 F5 58 39
Octal 101 61 362 111 120 0 5 365 130 71
Binary 1000001 110001 11110010 1001001 1010000 0 101 11110101 1011000 111001

Color Harmonies of #4131F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4131F2

Black with #4131F2

Text Example


Text Example

White with #4131F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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