Html Css Color HEX #4144FB Neon Blue

📋 copy color: '#4144FB'

red 65 ◦ green 68 ◦ blue 251

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

Shades of Neon Blue #4144FB

Tints of Neon Blue #4144FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.36%

R = 16.93%
G = 17.71%
B = 65.36%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4144FB (or 0x4144FB) is known color: Neon Blue. HEX triplet: 41, 44 and FB. RGB value is (65,68,251). Sum of RGB (Red+Green+Blue) = 65+68+251=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #4144FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4144FB is #BEBB04. Grayscale: #575757. Windows color (decimal): -12499717 or 16467009. OLE color: 16467009.

HSL color Cylindrical-coordinate representation of color #4144FB: hue angle of 239.03º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4144FB is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 68 251 -
CMYK 0.74 0.73 0 0.02
HSL 239.03º 0.96% 0.62% -
HSV(B) 239.03º 0.74% 0.98% -
XYZ 21.66 12.22 92.48 -
YUV 87.97 220.01 111.62 -
System Red Green Blue C M Y K H S L
Decimal 65 68 251 0.74 0.73 0 0.02 239.03 0.96 0.62
Hex 41 44 FB 4A 49 0 2 EF 60 3E
Octal 101 104 373 112 111 0 2 357 140 76
Binary 1000001 1000100 11111011 1001010 1001001 0 10 11101111 1100000 111110

Color Harmonies of #4144FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4144FB

Black with #4144FB

Text Example


Text Example

White with #4144FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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