Html Css Color HEX #403AFA Neon Blue

📋 copy color: '#403AFA'

red 64 ◦ green 58 ◦ blue 250

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

Shades of Neon Blue #403AFA

Tints of Neon Blue #403AFA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.59%

 BLUE value IS 250 (98.05% from 255) = 67.2%

R = 17.2%
G = 15.59%
B = 67.2%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#403AFA (or 0x403AFA) is known color: Neon Blue. HEX triplet: 40, 3A and FA. RGB value is (64,58,250). Sum of RGB (Red+Green+Blue) = 64+58+250=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #403AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403AFA is #BFC505. Grayscale: #505050. Windows color (decimal): -12567814 or 16398912. OLE color: 16398912.

HSL color Cylindrical-coordinate representation of color #403AFA: hue angle of 241.88º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #403AFA is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 58 250 -
CMYK 0.74 0.77 0 0.02
HSL 241.88º 0.95% 0.6% -
HSV(B) 241.88º 0.77% 0.98% -
XYZ 20.88 11.02 91.47 -
YUV 81.68 222.99 115.39 -
System Red Green Blue C M Y K H S L
Decimal 64 58 250 0.74 0.77 0 0.02 241.88 0.95 0.6
Hex 40 3A FA 4A 4D 0 2 F2 5F 3C
Octal 100 72 372 112 115 0 2 362 137 74
Binary 1000000 111010 11111010 1001010 1001101 0 10 11110010 1011111 111100

Color Harmonies of #403AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403AFA

Black with #403AFA

Text Example


Text Example

White with #403AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,58,250); }

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

background-color css

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

 a { background-color: rgb(64,58,250); }

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

border-color css

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

 span { border-color: rgb(64,58,250); }

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