Html Css Color HEX #413FEE Neon Blue

📋 copy color: '#413FEE'

red 65 ◦ green 63 ◦ blue 238

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

Shades of Neon Blue #413FEE

Tints of Neon Blue #413FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 17.21%

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

R = 17.76%
G = 17.21%
B = 65.03%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#413FEE (or 0x413FEE) is known color: Neon Blue. HEX triplet: 41, 3F and EE. RGB value is (65,63,238). Sum of RGB (Red+Green+Blue) = 65+63+238=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #413FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413FEE is #BEC011. Grayscale: #525252. Windows color (decimal): -12501010 or 15613761. OLE color: 15613761.

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

Color convert

RGB 65 63 238 -
CMYK 0.73 0.74 0 0.07
HSL 240.69º 0.84% 0.59% -
HSV(B) 240.69º 0.74% 0.93% -
XYZ 19.39 10.85 81.96 -
YUV 83.55 215.16 114.77 -
System Red Green Blue C M Y K H S L
Decimal 65 63 238 0.73 0.74 0 0.07 240.69 0.84 0.59
Hex 41 3F EE 49 4A 0 7 F1 54 3B
Octal 101 77 356 111 112 0 7 361 124 73
Binary 1000001 111111 11101110 1001001 1001010 0 111 11110001 1010100 111011

Color Harmonies of #413FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413FEE

Black with #413FEE

Text Example


Text Example

White with #413FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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