Html Css Color HEX #403BED Neon Blue

📋 copy color: '#403BED'

red 64 ◦ green 59 ◦ blue 237

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

Shades of Neon Blue #403BED

Tints of Neon Blue #403BED

RGB

 RED value IS 64 (25.39% from 255) = 17.78%

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

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

R = 17.78%
G = 16.39%
B = 65.83%

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

#403BED (or 0x403BED) is known color: Neon Blue. HEX triplet: 40, 3B and ED. RGB value is (64,59,237). Sum of RGB (Red+Green+Blue) = 64+59+237=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #403BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403BED is #BFC412. Grayscale: #505050. Windows color (decimal): -12567571 or 15547200. OLE color: 15547200.

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

Color convert

RGB 64 59 237 -
CMYK 0.73 0.75 0 0.07
HSL 241.69º 0.83% 0.58% -
HSV(B) 241.69º 0.75% 0.93% -
XYZ 18.96 10.33 81.12 -
YUV 80.79 216.16 116.03 -
System Red Green Blue C M Y K H S L
Decimal 64 59 237 0.73 0.75 0 0.07 241.69 0.83 0.58
Hex 40 3B ED 49 4B 0 7 F2 53 3A
Octal 100 73 355 111 113 0 7 362 123 72
Binary 1000000 111011 11101101 1001001 1001011 0 111 11110010 1010011 111010

Color Harmonies of #403BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403BED

Black with #403BED

Text Example


Text Example

White with #403BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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