Html Css Color HEX #4036F1 Neon Blue

📋 copy color: '#4036F1'

red 64 ◦ green 54 ◦ blue 241

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

Shades of Neon Blue #4036F1

Tints of Neon Blue #4036F1

RGB

 RED value IS 64 (25.39% from 255) = 17.83%

 GREEN value IS 54 (21.48% from 255) = 15.04%

 BLUE value IS 241 (94.53% from 255) = 67.13%

R = 17.83%
G = 15.04%
B = 67.13%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4036F1 (or 0x4036F1) is known color: Neon Blue. HEX triplet: 40, 36 and F1. RGB value is (64,54,241). Sum of RGB (Red+Green+Blue) = 64+54+241=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 241 (94.53% from 255 or 67.13% from 359); Max value from RGB is 241 - color contains mainly: blue. Hex color #4036F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4036F1 is #BFC90E. Grayscale: #4D4D4D. Windows color (decimal): -12568847 or 15808064. OLE color: 15808064.

HSL color Cylindrical-coordinate representation of color #4036F1: hue angle of 243.21º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4036F1 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 54 241 -
CMYK 0.73 0.78 0 0.05
HSL 243.21º 0.87% 0.58% -
HSV(B) 243.21º 0.78% 0.95% -
XYZ 19.31 10.08 84.15 -
YUV 78.31 219.81 117.79 -
System Red Green Blue C M Y K H S L
Decimal 64 54 241 0.73 0.78 0 0.05 243.21 0.87 0.58
Hex 40 36 F1 49 4E 0 5 F3 57 3A
Octal 100 66 361 111 116 0 5 363 127 72
Binary 1000000 110110 11110001 1001001 1001110 0 101 11110011 1010111 111010

Color Harmonies of #4036F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4036F1

Black with #4036F1

Text Example


Text Example

White with #4036F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4036F1; }

 p { color: rgb(64,54,241); }

 H1.HeaderClassName
 {
   color: #4036F1;
 }
 .AnyTagClassName
 {
   color: #4036F1;
 }
</style>

background-color css

<style>
 a { background-color: #4036F1; }

 a { background-color: rgb(64,54,241); }

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

border-color css

<style>
 span { border-color: #4036F1; }

 span { border-color: rgb(64,54,241); }

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