Html Css Color HEX #4149FC Neon Blue

📋 copy color: '#4149FC'

red 65 ◦ green 73 ◦ blue 252

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

Shades of Neon Blue #4149FC

Tints of Neon Blue #4149FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.62%

R = 16.67%
G = 18.72%
B = 64.62%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4149FC (or 0x4149FC) is known color: Neon Blue. HEX triplet: 41, 49 and FC. RGB value is (65,73,252). Sum of RGB (Red+Green+Blue) = 65+73+252=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #4149FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4149FC is #BEB603. Grayscale: #5A5A5A. Windows color (decimal): -12498436 or 16533825. OLE color: 16533825.

HSL color Cylindrical-coordinate representation of color #4149FC: hue angle of 237.43º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4149FC is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 73 252 -
CMYK 0.74 0.71 0 0.01
HSL 237.43º 0.97% 0.62% -
HSV(B) 237.43º 0.74% 0.99% -
XYZ 22.13 12.92 93.42 -
YUV 91.01 218.85 109.45 -
System Red Green Blue C M Y K H S L
Decimal 65 73 252 0.74 0.71 0 0.01 237.43 0.97 0.62
Hex 41 49 FC 4A 47 0 1 ED 61 3E
Octal 101 111 374 112 107 0 1 355 141 76
Binary 1000001 1001001 11111100 1001010 1000111 0 1 11101101 1100001 111110

Color Harmonies of #4149FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4149FC

Black with #4149FC

Text Example


Text Example

White with #4149FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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