Html Css Color HEX #4043F5 Neon Blue

📋 copy color: '#4043F5'

red 64 ◦ green 67 ◦ blue 245

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

Shades of Neon Blue #4043F5

Tints of Neon Blue #4043F5

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.82%

 BLUE value IS 245 (96.09% from 255) = 65.16%

R = 17.02%
G = 17.82%
B = 65.16%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4043F5 (or 0x4043F5) is known color: Neon Blue. HEX triplet: 40, 43 and F5. RGB value is (64,67,245). Sum of RGB (Red+Green+Blue) = 64+67+245=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 245 (96.09% from 255 or 65.16% from 376); Max value from RGB is 245 - color contains mainly: blue. Hex color #4043F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4043F5 is #BFBC0A. Grayscale: #555555. Windows color (decimal): -12565515 or 16073536. OLE color: 16073536.

HSL color Cylindrical-coordinate representation of color #4043F5: hue angle of 239.01º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4043F5 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 67 245 -
CMYK 0.74 0.73 0 0.04
HSL 239.01º 0.9% 0.61% -
HSV(B) 239.01º 0.74% 0.96% -
XYZ 20.6 11.7 87.56 -
YUV 86.4 217.51 112.03 -
System Red Green Blue C M Y K H S L
Decimal 64 67 245 0.74 0.73 0 0.04 239.01 0.9 0.61
Hex 40 43 F5 4A 49 0 4 EF 5A 3D
Octal 100 103 365 112 111 0 4 357 132 75
Binary 1000000 1000011 11110101 1001010 1001001 0 100 11101111 1011010 111101

Color Harmonies of #4043F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4043F5

Black with #4043F5

Text Example


Text Example

White with #4043F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4043F5; }

 p { color: rgb(64,67,245); }

 H1.HeaderClassName
 {
   color: #4043F5;
 }
 .AnyTagClassName
 {
   color: #4043F5;
 }
</style>

background-color css

<style>
 a { background-color: #4043F5; }

 a { background-color: rgb(64,67,245); }

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

border-color css

<style>
 span { border-color: #4043F5; }

 span { border-color: rgb(64,67,245); }

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