Html Css Color HEX #403AFD Neon Blue

📋 copy color: '#403AFD'

red 64 ◦ green 58 ◦ blue 253

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

Shades of Neon Blue #403AFD

Tints of Neon Blue #403AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.47%

R = 17.07%
G = 15.47%
B = 67.47%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#403AFD (or 0x403AFD) is known color: Neon Blue. HEX triplet: 40, 3A and FD. RGB value is (64,58,253). Sum of RGB (Red+Green+Blue) = 64+58+253=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #403AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403AFD is #BFC502. Grayscale: #515151. Windows color (decimal): -12567811 or 16595520. OLE color: 16595520.

HSL color Cylindrical-coordinate representation of color #403AFD: hue angle of 241.85º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #403AFD is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 58 253 -
CMYK 0.75 0.77 0 0.01
HSL 241.85º 0.98% 0.61% -
HSV(B) 241.85º 0.77% 0.99% -
XYZ 21.36 11.21 93.97 -
YUV 82.02 224.49 115.14 -
System Red Green Blue C M Y K H S L
Decimal 64 58 253 0.75 0.77 0 0.01 241.85 0.98 0.61
Hex 40 3A FD 4B 4D 0 1 F2 62 3D
Octal 100 72 375 113 115 0 1 362 142 75
Binary 1000000 111010 11111101 1001011 1001101 0 1 11110010 1100010 111101

Color Harmonies of #403AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403AFD

Black with #403AFD

Text Example


Text Example

White with #403AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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