Html Css Color HEX #4135EE Neon Blue

📋 copy color: '#4135EE'

red 65 ◦ green 53 ◦ blue 238

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

Shades of Neon Blue #4135EE

Tints of Neon Blue #4135EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 66.85%

R = 18.26%
G = 14.89%
B = 66.85%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4135EE (or 0x4135EE) is known color: Neon Blue. HEX triplet: 41, 35 and EE. RGB value is (65,53,238). Sum of RGB (Red+Green+Blue) = 65+53+238=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #4135EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4135EE is #BECA11. Grayscale: #4C4C4C. Windows color (decimal): -12503570 or 15611201. OLE color: 15611201.

HSL color Cylindrical-coordinate representation of color #4135EE: hue angle of 243.89º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4135EE is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 53 238 -
CMYK 0.73 0.78 0 0.07
HSL 243.89º 0.84% 0.57% -
HSV(B) 243.89º 0.78% 0.93% -
XYZ 18.89 9.84 81.79 -
YUV 77.68 218.48 118.96 -
System Red Green Blue C M Y K H S L
Decimal 65 53 238 0.73 0.78 0 0.07 243.89 0.84 0.57
Hex 41 35 EE 49 4E 0 7 F4 54 39
Octal 101 65 356 111 116 0 7 364 124 71
Binary 1000001 110101 11101110 1001001 1001110 0 111 11110100 1010100 111001

Color Harmonies of #4135EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4135EE

Black with #4135EE

Text Example


Text Example

White with #4135EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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