Html Css Color HEX #403BFA Neon Blue

📋 copy color: '#403BFA'

red 64 ◦ green 59 ◦ blue 250

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

Shades of Neon Blue #403BFA

Tints of Neon Blue #403BFA

RGB

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

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

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

R = 17.16%
G = 15.82%
B = 67.02%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#403BFA (or 0x403BFA) is known color: Neon Blue. HEX triplet: 40, 3B and FA. RGB value is (64,59,250). Sum of RGB (Red+Green+Blue) = 64+59+250=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #403BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403BFA is #BFC405. Grayscale: #515151. Windows color (decimal): -12567558 or 16399168. OLE color: 16399168.

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

Color convert

RGB 64 59 250 -
CMYK 0.74 0.76 0 0.02
HSL 241.57º 0.95% 0.61% -
HSV(B) 241.57º 0.76% 0.98% -
XYZ 20.93 11.12 91.49 -
YUV 82.27 222.66 114.97 -
System Red Green Blue C M Y K H S L
Decimal 64 59 250 0.74 0.76 0 0.02 241.57 0.95 0.61
Hex 40 3B FA 4A 4C 0 2 F2 5F 3D
Octal 100 73 372 112 114 0 2 362 137 75
Binary 1000000 111011 11111010 1001010 1001100 0 10 11110010 1011111 111101

Color Harmonies of #403BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403BFA

Black with #403BFA

Text Example


Text Example

White with #403BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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