Html Css Color HEX #4131FF Neon Blue

📋 copy color: '#4131FF'

red 65 ◦ green 49 ◦ blue 255

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

Shades of Neon Blue #4131FF

Tints of Neon Blue #4131FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.11%

R = 17.62%
G = 13.28%
B = 69.11%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4131FF (or 0x4131FF) is known color: Neon Blue. HEX triplet: 41, 31 and FF. RGB value is (65,49,255). Sum of RGB (Red+Green+Blue) = 65+49+255=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #4131FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4131FF is #BECE00. Grayscale: #4C4C4C. Windows color (decimal): -12504577 or 16724289. OLE color: 16724289.

HSL color Cylindrical-coordinate representation of color #4131FF: hue angle of 244.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4131FF is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 49 255 -
CMYK 0.75 0.81 0 0
HSL 244.66º 1% 0.6% -
HSV(B) 244.66º 0.81% 1% -
XYZ 21.33 10.54 95.52 -
YUV 77.27 228.3 119.25 -
System Red Green Blue C M Y K H S L
Decimal 65 49 255 0.75 0.81 0 0 244.66 1 0.6
Hex 41 31 FF 4B 51 0 0 F5 64 3C
Octal 101 61 377 113 121 0 0 365 144 74
Binary 1000001 110001 11111111 1001011 1010001 0 0 11110101 1100100 111100

Color Harmonies of #4131FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4131FF

Black with #4131FF

Text Example


Text Example

White with #4131FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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