Html Css Color HEX #413AF7 Neon Blue

📋 copy color: '#413AF7'

red 65 ◦ green 58 ◦ blue 247

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

Shades of Neon Blue #413AF7

Tints of Neon Blue #413AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 66.76%

R = 17.57%
G = 15.68%
B = 66.76%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#413AF7 (or 0x413AF7) is known color: Neon Blue. HEX triplet: 41, 3A and F7. RGB value is (65,58,247). Sum of RGB (Red+Green+Blue) = 65+58+247=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 247 (96.88% from 255 or 66.76% from 370); Max value from RGB is 247 - color contains mainly: blue. Hex color #413AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413AF7 is #BEC508. Grayscale: #505050. Windows color (decimal): -12502281 or 16202305. OLE color: 16202305.

HSL color Cylindrical-coordinate representation of color #413AF7: hue angle of 242.22º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #413AF7 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 65 58 247 -
CMYK 0.74 0.77 0 0.03
HSL 242.22º 0.92% 0.6% -
HSV(B) 242.22º 0.77% 0.97% -
XYZ 20.48 10.87 89.01 -
YUV 81.64 221.32 116.13 -
System Red Green Blue C M Y K H S L
Decimal 65 58 247 0.74 0.77 0 0.03 242.22 0.92 0.6
Hex 41 3A F7 4A 4D 0 3 F2 5C 3C
Octal 101 72 367 112 115 0 3 362 134 74
Binary 1000001 111010 11110111 1001010 1001101 0 11 11110010 1011100 111100

Color Harmonies of #413AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413AF7

Black with #413AF7

Text Example


Text Example

White with #413AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,247); }

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

background-color css

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

 a { background-color: rgb(65,58,247); }

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

border-color css

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

 span { border-color: rgb(65,58,247); }

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