Html Css Color HEX #3F61FE Neon Blue

📋 copy color: '#3F61FE'

red 63 ◦ green 97 ◦ blue 254

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

Shades of Neon Blue #3F61FE

Tints of Neon Blue #3F61FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.43%

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

R = 15.22%
G = 23.43%
B = 61.35%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3F61FE (or 0x3F61FE) is known color: Neon Blue. HEX triplet: 3F, 61 and FE. RGB value is (63,97,254). Sum of RGB (Red+Green+Blue) = 63+97+254=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F61FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F61FE is #C09E01. Grayscale: #686868. Windows color (decimal): -12623362 or 16671039. OLE color: 16671039.

HSL color Cylindrical-coordinate representation of color #3F61FE: hue angle of 229.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F61FE is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 63 97 254 -
CMYK 0.75 0.62 0 0.00
HSL 229.32º 0.99% 0.62% -
HSV(B) 229.32º 0.75% 1% -
XYZ 24.21 16.76 95.73 -
YUV 104.73 212.24 98.23 -
System Red Green Blue C M Y K H S L
Decimal 63 97 254 0.75 0.62 0 0.00 229.32 0.99 0.62
Hex 3F 61 FE 4B 3E 0 0 E5 63 3E
Octal 77 141 376 113 76 0 0 345 143 76
Binary 111111 1100001 11111110 1001011 111110 0 0 11100101 1100011 111110

Color Harmonies of #3F61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F61FE

Black with #3F61FE

Text Example


Text Example

White with #3F61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,97,254); }

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

background-color css

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

 a { background-color: rgb(63,97,254); }

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

border-color css

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

 span { border-color: rgb(63,97,254); }

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