Html Css Color HEX #413BED Neon Blue

📋 copy color: '#413BED'

red 65 ◦ green 59 ◦ blue 237

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

Shades of Neon Blue #413BED

Tints of Neon Blue #413BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.34%

 BLUE value IS 237 (92.97% from 255) = 65.65%

R = 18.01%
G = 16.34%
B = 65.65%

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

#413BED (or 0x413BED) is known color: Neon Blue. HEX triplet: 41, 3B and ED. RGB value is (65,59,237). Sum of RGB (Red+Green+Blue) = 65+59+237=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #413BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413BED is #BEC412. Grayscale: #505050. Windows color (decimal): -12502035 or 15547201. OLE color: 15547201.

HSL color Cylindrical-coordinate representation of color #413BED: hue angle of 242.02º degrees, saturation: 0.83, 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 #413BED is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 59 237 -
CMYK 0.73 0.75 0 0.07
HSL 242.02º 0.83% 0.58% -
HSV(B) 242.02º 0.75% 0.93% -
XYZ 19.03 10.37 81.12 -
YUV 81.09 215.99 116.53 -
System Red Green Blue C M Y K H S L
Decimal 65 59 237 0.73 0.75 0 0.07 242.02 0.83 0.58
Hex 41 3B ED 49 4B 0 7 F2 53 3A
Octal 101 73 355 111 113 0 7 362 123 72
Binary 1000001 111011 11101101 1001001 1001011 0 111 11110010 1010011 111010

Color Harmonies of #413BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BED

Black with #413BED

Text Example


Text Example

White with #413BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,59,237); }

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

background-color css

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

 a { background-color: rgb(65,59,237); }

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

border-color css

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

 span { border-color: rgb(65,59,237); }

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