Html Css Color HEX #413CEE Neon Blue

📋 copy color: '#413CEE'

red 65 ◦ green 60 ◦ blue 238

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

Shades of Neon Blue #413CEE

Tints of Neon Blue #413CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.53%

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

R = 17.91%
G = 16.53%
B = 65.56%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#413CEE (or 0x413CEE) is known color: Neon Blue. HEX triplet: 41, 3C and EE. RGB value is (65,60,238). Sum of RGB (Red+Green+Blue) = 65+60+238=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #413CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413CEE is #BEC311. Grayscale: #515151. Windows color (decimal): -12501778 or 15612993. OLE color: 15612993.

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

Color convert

RGB 65 60 238 -
CMYK 0.73 0.75 0 0.07
HSL 241.69º 0.84% 0.58% -
HSV(B) 241.69º 0.75% 0.93% -
XYZ 19.23 10.53 81.91 -
YUV 81.79 216.16 116.03 -
System Red Green Blue C M Y K H S L
Decimal 65 60 238 0.73 0.75 0 0.07 241.69 0.84 0.58
Hex 41 3C EE 49 4B 0 7 F2 54 3A
Octal 101 74 356 111 113 0 7 362 124 72
Binary 1000001 111100 11101110 1001001 1001011 0 111 11110010 1010100 111010

Color Harmonies of #413CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CEE

Black with #413CEE

Text Example


Text Example

White with #413CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413CEE; }

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

 H1.HeaderClassName
 {
   color: #413CEE;
 }
 .AnyTagClassName
 {
   color: #413CEE;
 }
</style>

background-color css

<style>
 a { background-color: #413CEE; }

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

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

border-color css

<style>
 span { border-color: #413CEE; }

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

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