Html Css Color HEX #4133DF Neon Blue

📋 copy color: '#4133DF'

red 65 ◦ green 51 ◦ blue 223

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

Shades of Neon Blue #4133DF

Tints of Neon Blue #4133DF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.04%

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 19.17%
G = 15.04%
B = 65.78%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4133DF (or 0x4133DF) is known color: Neon Blue. HEX triplet: 41, 33 and DF. RGB value is (65,51,223). Sum of RGB (Red+Green+Blue) = 65+51+223=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #4133DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4133DF is #BECC20. Grayscale: #4A4A4A. Windows color (decimal): -12504097 or 14627649. OLE color: 14627649.

HSL color Cylindrical-coordinate representation of color #4133DF: hue angle of 244.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4133DF is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 51 223 -
CMYK 0.71 0.77 0 0.13
HSL 244.88º 0.73% 0.54% -
HSV(B) 244.88º 0.77% 0.87% -
XYZ 16.68 8.82 70.64 -
YUV 74.79 211.64 121.01 -
System Red Green Blue C M Y K H S L
Decimal 65 51 223 0.71 0.77 0 0.13 244.88 0.73 0.54
Hex 41 33 DF 47 4D 0 D F5 49 36
Octal 101 63 337 107 115 0 15 365 111 66
Binary 1000001 110011 11011111 1000111 1001101 0 1101 11110101 1001001 110110

Color Harmonies of #4133DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4133DF

Black with #4133DF

Text Example


Text Example

White with #4133DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4133DF; }

 p { color: rgb(65,51,223); }

 H1.HeaderClassName
 {
   color: #4133DF;
 }
 .AnyTagClassName
 {
   color: #4133DF;
 }
</style>

background-color css

<style>
 a { background-color: #4133DF; }

 a { background-color: rgb(65,51,223); }

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

border-color css

<style>
 span { border-color: #4133DF; }

 span { border-color: rgb(65,51,223); }

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