Html Css Color HEX #413AFE Neon Blue

📋 copy color: '#413AFE'

red 65 ◦ green 58 ◦ blue 254

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

Shades of Neon Blue #413AFE

Tints of Neon Blue #413AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.37%

R = 17.24%
G = 15.38%
B = 67.37%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#413AFE (or 0x413AFE) is known color: Neon Blue. HEX triplet: 41, 3A and FE. RGB value is (65,58,254). Sum of RGB (Red+Green+Blue) = 65+58+254=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #413AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413AFE is #BEC501. Grayscale: #515151. Windows color (decimal): -12502274 or 16661057. OLE color: 16661057.

HSL color Cylindrical-coordinate representation of color #413AFE: hue angle of 242.14º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #413AFE is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 65 58 254 -
CMYK 0.74 0.77 0 0.00
HSL 242.14º 0.99% 0.61% -
HSV(B) 242.14º 0.77% 1% -
XYZ 21.58 11.31 94.81 -
YUV 82.44 224.82 115.56 -
System Red Green Blue C M Y K H S L
Decimal 65 58 254 0.74 0.77 0 0.00 242.14 0.99 0.61
Hex 41 3A FE 4A 4D 0 0 F2 63 3D
Octal 101 72 376 112 115 0 0 362 143 75
Binary 1000001 111010 11111110 1001010 1001101 0 0 11110010 1100011 111101

Color Harmonies of #413AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413AFE

Black with #413AFE

Text Example


Text Example

White with #413AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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