Html Css Color HEX #4135DF Neon Blue

📋 copy color: '#4135DF'

red 65 ◦ green 53 ◦ blue 223

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

Shades of Neon Blue #4135DF

Tints of Neon Blue #4135DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

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

R = 19.06%
G = 15.54%
B = 65.4%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4135DF (or 0x4135DF) is known color: Neon Blue. HEX triplet: 41, 35 and DF. RGB value is (65,53,223). Sum of RGB (Red+Green+Blue) = 65+53+223=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #4135DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4135DF is #BECA20. Grayscale: #4B4B4B. Windows color (decimal): -12503585 or 14628161. OLE color: 14628161.

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

Color convert

RGB 65 53 223 -
CMYK 0.71 0.76 0 0.13
HSL 244.24º 0.73% 0.54% -
HSV(B) 244.24º 0.76% 0.87% -
XYZ 16.77 9 70.66 -
YUV 75.97 210.98 120.18 -
System Red Green Blue C M Y K H S L
Decimal 65 53 223 0.71 0.76 0 0.13 244.24 0.73 0.54
Hex 41 35 DF 47 4C 0 D F4 49 36
Octal 101 65 337 107 114 0 15 364 111 66
Binary 1000001 110101 11011111 1000111 1001100 0 1101 11110100 1001001 110110

Color Harmonies of #4135DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4135DF

Black with #4135DF

Text Example


Text Example

White with #4135DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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