Html Css Color HEX #3F59FA Neon Blue

📋 copy color: '#3F59FA'

red 63 ◦ green 89 ◦ blue 250

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

Shades of Neon Blue #3F59FA

Tints of Neon Blue #3F59FA

RGB

 RED value IS 63 (25% from 255) = 15.67%

 GREEN value IS 89 (35.16% from 255) = 22.14%

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

R = 15.67%
G = 22.14%
B = 62.19%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F59FA (or 0x3F59FA) is known color: Neon Blue. HEX triplet: 3F, 59 and FA. RGB value is (63,89,250). Sum of RGB (Red+Green+Blue) = 63+89+250=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F59FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F59FA is #C0A605. Grayscale: #626262. Windows color (decimal): -12625414 or 16406847. OLE color: 16406847.

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

Color convert

RGB 63 89 250 -
CMYK 0.75 0.64 0 0.02
HSL 231.66º 0.95% 0.61% -
HSV(B) 231.66º 0.75% 0.98% -
XYZ 22.88 15.1 92.15 -
YUV 99.58 212.89 101.91 -
System Red Green Blue C M Y K H S L
Decimal 63 89 250 0.75 0.64 0 0.02 231.66 0.95 0.61
Hex 3F 59 FA 4B 40 0 2 E8 5F 3D
Octal 77 131 372 113 100 0 2 350 137 75
Binary 111111 1011001 11111010 1001011 1000000 0 10 11101000 1011111 111101

Color Harmonies of #3F59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F59FA

Black with #3F59FA

Text Example


Text Example

White with #3F59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F59FA; }

 p { color: rgb(63,89,250); }

 H1.HeaderClassName
 {
   color: #3F59FA;
 }
 .AnyTagClassName
 {
   color: #3F59FA;
 }
</style>

background-color css

<style>
 a { background-color: #3F59FA; }

 a { background-color: rgb(63,89,250); }

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

border-color css

<style>
 span { border-color: #3F59FA; }

 span { border-color: rgb(63,89,250); }

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