Html Css Color HEX #413CF2 Neon Blue

📋 copy color: '#413CF2'

red 65 ◦ green 60 ◦ blue 242

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

Shades of Neon Blue #413CF2

Tints of Neon Blue #413CF2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

 BLUE value IS 242 (94.92% from 255) = 65.94%

R = 17.71%
G = 16.35%
B = 65.94%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#413CF2 (or 0x413CF2) is known color: Neon Blue. HEX triplet: 41, 3C and F2. RGB value is (65,60,242). Sum of RGB (Red+Green+Blue) = 65+60+242=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 242 (94.92% from 255 or 65.94% from 367); Max value from RGB is 242 - color contains mainly: blue. Hex color #413CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413CF2 is #BEC30D. Grayscale: #515151. Windows color (decimal): -12501774 or 15875137. OLE color: 15875137.

HSL color Cylindrical-coordinate representation of color #413CF2: hue angle of 241.65º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #413CF2 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 60 242 -
CMYK 0.73 0.75 0 0.05
HSL 241.65º 0.88% 0.59% -
HSV(B) 241.65º 0.75% 0.95% -
XYZ 19.82 10.77 85.04 -
YUV 82.24 218.16 115.7 -
System Red Green Blue C M Y K H S L
Decimal 65 60 242 0.73 0.75 0 0.05 241.65 0.88 0.59
Hex 41 3C F2 49 4B 0 5 F2 58 3B
Octal 101 74 362 111 113 0 5 362 130 73
Binary 1000001 111100 11110010 1001001 1001011 0 101 11110010 1011000 111011

Color Harmonies of #413CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CF2

Black with #413CF2

Text Example


Text Example

White with #413CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,60,242); }

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

background-color css

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

 a { background-color: rgb(65,60,242); }

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

border-color css

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

 span { border-color: rgb(65,60,242); }

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