Html Css Color HEX #4149F7 Neon Blue

📋 copy color: '#4149F7'

red 65 ◦ green 73 ◦ blue 247

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

Shades of Neon Blue #4149F7

Tints of Neon Blue #4149F7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.96%

 BLUE value IS 247 (96.88% from 255) = 64.16%

R = 16.88%
G = 18.96%
B = 64.16%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4149F7 (or 0x4149F7) is known color: Neon Blue. HEX triplet: 41, 49 and F7. RGB value is (65,73,247). Sum of RGB (Red+Green+Blue) = 65+73+247=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 247 (96.88% from 255 or 64.16% from 385); Max value from RGB is 247 - color contains mainly: blue. Hex color #4149F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4149F7 is #BEB608. Grayscale: #595959. Windows color (decimal): -12498441 or 16206145. OLE color: 16206145.

HSL color Cylindrical-coordinate representation of color #4149F7: hue angle of 237.36º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4149F7 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 65 73 247 -
CMYK 0.74 0.70 0 0.03
HSL 237.36º 0.92% 0.61% -
HSV(B) 237.36º 0.74% 0.97% -
XYZ 21.35 12.6 89.3 -
YUV 90.44 216.35 109.85 -
System Red Green Blue C M Y K H S L
Decimal 65 73 247 0.74 0.70 0 0.03 237.36 0.92 0.61
Hex 41 49 F7 4A 46 0 3 ED 5C 3D
Octal 101 111 367 112 106 0 3 355 134 75
Binary 1000001 1001001 11110111 1001010 1000110 0 11 11101101 1011100 111101

Color Harmonies of #4149F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4149F7

Black with #4149F7

Text Example


Text Example

White with #4149F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4149F7; }

 p { color: rgb(65,73,247); }

 H1.HeaderClassName
 {
   color: #4149F7;
 }
 .AnyTagClassName
 {
   color: #4149F7;
 }
</style>

background-color css

<style>
 a { background-color: #4149F7; }

 a { background-color: rgb(65,73,247); }

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

border-color css

<style>
 span { border-color: #4149F7; }

 span { border-color: rgb(65,73,247); }

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