Html Css Color HEX #4144F5 Neon Blue

📋 copy color: '#4144F5'

red 65 ◦ green 68 ◦ blue 245

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

Shades of Neon Blue #4144F5

Tints of Neon Blue #4144F5

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.99%

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

R = 17.2%
G = 17.99%
B = 64.81%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4144F5 (or 0x4144F5) is known color: Neon Blue. HEX triplet: 41, 44 and F5. RGB value is (65,68,245). Sum of RGB (Red+Green+Blue) = 65+68+245=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 245 (96.09% from 255 or 64.81% from 378); Max value from RGB is 245 - color contains mainly: blue. Hex color #4144F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4144F5 is #BEBB0A. Grayscale: #565656. Windows color (decimal): -12499723 or 16073793. OLE color: 16073793.

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

Color convert

RGB 65 68 245 -
CMYK 0.73 0.72 0 0.04
HSL 239º 0.9% 0.61% -
HSV(B) 239º 0.73% 0.96% -
XYZ 20.73 11.85 87.58 -
YUV 87.28 217.01 112.11 -
System Red Green Blue C M Y K H S L
Decimal 65 68 245 0.73 0.72 0 0.04 239 0.9 0.61
Hex 41 44 F5 49 48 0 4 EF 5A 3D
Octal 101 104 365 111 110 0 4 357 132 75
Binary 1000001 1000100 11110101 1001001 1001000 0 100 11101111 1011010 111101

Color Harmonies of #4144F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4144F5

Black with #4144F5

Text Example


Text Example

White with #4144F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,68,245); }

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

background-color css

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

 a { background-color: rgb(65,68,245); }

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

border-color css

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

 span { border-color: rgb(65,68,245); }

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